This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d3c05136c1
llvm-mirror
/
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-28 21:09:01 +02: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 02:55:25 +01:00
; there is no --foo
Reference in New Issue
Copy Permalink