repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
orc
/
TestCases
/
Generic
/
orc-rt-executor-usage.test
blob
951688d7961d4b144817c6684118cb5d164ac655
1
// Test that the orc-remote-executor tool errors out as expected when called
2
// with no arguments.
3
//
4
// RUN: not %orc_rt_executor 2>&1 | FileCheck %s
5
6
// CHECK: usage: orc-rt-executor [help] [<mode>] <program arguments>...