This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-22 07:32:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4b9235b149
llvm-6502
/
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52178 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-10 15:04:14 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47523 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-23 01:55:25 +00:00
; there is no --foo
Reference in New Issue
Copy Permalink