commit | e411a2d6ef16f2d511c6d6867e35d84c508aaa15 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sat Feb 23 01:55:25 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sat Feb 23 01:55:25 2008 +0000 |
tree | 0c0374ef135afd0633746c6348863ee2d3f6f5c2 | |
parent | 0b2996bf9697a3ef0a2986a590b5af889dd7660d [diff] [blame] |
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
diff --git a/test/Other/invalid-commandline-option.ll b/test/Other/invalid-commandline-option.ll new file mode 100644 index 0000000..b74c498 --- /dev/null +++ b/test/Other/invalid-commandline-option.ll
@@ -0,0 +1,3 @@ +; RUN: llvm-as < /dev/null | not opt --foo > /dev/null + +; there is no --foo