diff options
| author | Richard Trieu <rtrieu@google.com> | 2019-08-29 00:46:57 +0000 |
|---|---|---|
| committer | Richard Trieu <rtrieu@google.com> | 2019-08-29 00:46:57 +0000 |
| commit | e4a7f0182d4017593504982d72725c6fefa5c903 (patch) | |
| tree | 6c012cbf23a8ed7e2b2fa29785585f1f1a340870 | |
| parent | 5c044972170876544bf578c6a2cf1057dff463f2 (diff) | |
| download | bcm5719-llvm-e4a7f0182d4017593504982d72725c6fefa5c903.tar.gz bcm5719-llvm-e4a7f0182d4017593504982d72725c6fefa5c903.zip | |
Add requirement to test.
-debug-only option for llc is only available in debug builds so
"REQUIRES: asserts" is needed in the tes.
llvm-svn: 370279
| -rw-r--r-- | llvm/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll b/llvm/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll index a93184e237e..7d6ba8489b7 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll +++ b/llvm/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll @@ -1,4 +1,5 @@ ; RUN: not llc %s -mtriple aarch64-unknown-unknown -debug-only=aarch64-call-lowering -global-isel -o - 2>&1 | FileCheck %s +; REQUIRES: asserts ; CHECK: Cannot lower musttail calls yet. ; CHECK-NEXT: LLVM ERROR: unable to translate instruction: call (in function: foo) |

