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