mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
ecf4fa2744
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54138 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
82 B
LLVM
4 lines
82 B
LLVM
; RUN: not opt --foo |& grep {Unknown command line argument}
|
|
|
|
; there is no --foo
|