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
ac3cf6657b
llvm-project
/
llvm
/
test
/
Other
/
invalid-commandline-option.ll
4 lines
77 B
LLVM
Raw
Normal View
History
Unescape
Escape
Let some more tests ignore expected output on stderr. Also, use > %t instead of -o %t for output in one test since that also works when %t already exists. This fixes 6 testcases. llvm-svn: 52178
2008-06-10 23:04:14 +08:00
; RUN: llvm-as < /dev/null | not opt --foo >& /dev/null
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