mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
Fix typo.
llvm-svn: 105993
This commit is contained in:
parent
a2fb98bfda
commit
ad36eb2911
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user