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