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
f212a92bb6
llvm-project
/
llvm
/
test
/
Other
/
invalid-commandline-option.ll
4 lines
82 B
LLVM
Raw
Normal View
History
Unescape
Escape
Test this differently: I saw this test fail because opt exited while llvm-as was still writing to the pipe, causing it to get a SIGPIPE. It seems best to change things to avoid the race altogether. llvm-svn: 54138
2008-07-29 03:09:01 +08:00
; RUN: not opt --foo |& 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