1 | // REQUIRES: system-darwin |
---|---|
2 | |
3 | // On Darwin, -demangle is passed to the linker of HOST_LINK_VERSION |
4 | // is high enough. It is assumed to be high enough on systems where |
5 | // this test gets run. |
6 | |
7 | // RUN: %clang -### %s 2>&1 | FileCheck %s |
8 | // CHECK: -demangle |
9 |