blob: b009bffd5942809ce19bfd7e8dedf8a994a0ab3c [file] [log] [blame]
Daniel Dunbarf78925f2010-06-14 21:23:12 +00001// Check that we extract --no-demangle from '-Xlinker' and '-Wl,', since that
2// was a collect2 argument.
3
Benjamin Kramer2f7ea3d2010-06-15 08:21:35 +00004// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### \
Daniel Dunbarf78925f2010-06-14 21:23:12 +00005// RUN: -Xlinker one -Xlinker --no-demangle \
6// RUN: -Wl,two,--no-demangle,three -Xlinker four %s 2> %t
7// RUN: FileCheck < %t %s
8//
9// CHECK: "one" "two" "three" "four"