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
blob951688d7961d4b144817c6684118cb5d164ac655
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
6 // CHECK: usage: orc-rt-executor [help] [<mode>] <program arguments>...