mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
Fix typo.
llvm-svn: 105993
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Check that we extract --no-demangle from '-Xlinker' and '-Wl,', since that
|
||||
// was a collect2 argument.
|
||||
|
||||
// RUN: %clang --ccc-host-triple i386-apple-darwin9 -### \
|
||||
// RUN: %clang -ccc-host-triple i386-apple-darwin9 -### \
|
||||
// RUN: -Xlinker one -Xlinker --no-demangle \
|
||||
// RUN: -Wl,two,--no-demangle,three -Xlinker four %s 2> %t
|
||||
// RUN: FileCheck < %t %s
|
||||
|
||||
Reference in New Issue
Block a user