You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
490 B
13 lines
490 B
4 months ago
|
// With -fuse-ld=lld, -demangle is always passed to the linker on Darwin.
|
||
|
// REQUIRES: shell
|
||
|
|
||
|
// RUN: %clang --target=x86_64-apple-darwin -### \
|
||
|
// RUN: -fuse-ld=lld -B%S/Inputs/lld -mlinker-version=0 %s 2>&1 \
|
||
|
// RUN: | FileCheck %s
|
||
|
// FIXME: Remove ld.darwinnew once it's the default (and only) mach-o lld.
|
||
|
// RUN: %clang --target=x86_64-apple-darwin -### \
|
||
|
// RUN: -fuse-ld=lld.darwinnew -B%S/Inputs/lld -mlinker-version=0 %s 2>&1 \
|
||
|
// RUN: | FileCheck %s
|
||
|
|
||
|
// CHECK: "-demangle"
|