mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
![Duncan Sands](/assets/img/avatar_default.png)
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
4 lines
82 B
LLVM
4 lines
82 B
LLVM
; RUN: not opt --foo |& grep {Unknown command line argument}
|
|
|
|
; there is no --foo
|