mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-16 20:41:44 +00:00
95fe854332
"_LINK_" environment varaible should be appended to the command line. https://msdn.microsoft.com/en-us/library/6y6t9esh.aspx Fixes https://bugs.llvm.org/show_bug.cgi?id=32756 llvm-svn: 301264
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
# RUN: env LINK=-help lld-link | FileCheck %s
|
|
# RUN: env _LINK_=-help lld-link | FileCheck %s
|
|
|
|
CHECK: OVERVIEW: LLVM Linker
|