This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
8332145373
llvm-project
/
llvm
/
test
/
Other
/
invalid-commandline-option.ll
4 lines
86 B
LLVM
Raw
Normal View
History
Unescape
Escape
Convert the uses of '|&' to use '2>&1 |' instead, which works on old versions of Bash. In addition, I can back out the change to the lit built-in shell test runner to support this. This should fix the majority of fallout on Darwin, but I suspect there will be a few straggling issues. llvm-svn: 159544
2012-07-03 02:37:59 +08:00
; RUN: not opt --foo 2>&1 | grep "Unknown command line argument"
Fix a bug that caused opt and other tools to silently ignore invalid command-line options. llvm-svn: 47523
2008-02-23 09:55:25 +08:00
; there is no --foo