llvm-project/clang/test/Driver/darwin-ld-demangle-lld.c

13 lines
423 B
C

// With -fuse-ld=lld, -demangle is always passed to the linker on Darwin.
// REQUIRES: shell
// RUN: %clang --target=x86_64-apple-darwin -### -fuse-ld=lld \
// RUN: -B%S/Inputs/lld -mlinker-version=0 %s 2>&1 \
// RUN: | FileCheck %s
// RUN: %clang --target=x86_64-apple-darwin -### -fuse-ld=lld \
// RUN: --ld-path=%S/Inputs/lld/ld64.lld -mlinker-version=0 %s 2>&1 \
// RUN: | FileCheck %s
// CHECK: "-demangle"