xref: /minix3/external/bsd/llvm/dist/clang/test/Driver/darwin-ld-demangle.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // REQUIRES: system-darwin
2*0a6a1f1dSLionel Sambuc 
3*0a6a1f1dSLionel Sambuc // On Darwin, -demangle is passed to the linker of HOST_LINK_VERSION
4*0a6a1f1dSLionel Sambuc // is high enough. It is assumed to be high enough on systems where
5*0a6a1f1dSLionel Sambuc // this test gets run.
6*0a6a1f1dSLionel Sambuc 
7*0a6a1f1dSLionel Sambuc // RUN: %clang -### %s 2>&1 | FileCheck %s
8*0a6a1f1dSLionel Sambuc // CHECK: -demangle
9