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