[llvm] 432f20b - [GlobalISel][test] Add REQUIRES: asserts after D76934
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 13:51:52 PDT 2020
Author: Fangrui Song
Date: 2020-06-11T13:50:56-07:00
New Revision: 432f20bc1884897688986cecaa1818ffdb34cbbf
URL: https://github.com/llvm/llvm-project/commit/432f20bc1884897688986cecaa1818ffdb34cbbf
DIFF: https://github.com/llvm/llvm-project/commit/432f20bc1884897688986cecaa1818ffdb34cbbf.diff
LOG: [GlobalISel][test] Add REQUIRES: asserts after D76934
Added:
Modified:
llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll b/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
index c0408c2a7a83..7ace28ebe948 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/debug-insts.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: llc -global-isel -mtriple=aarch64 %s -stop-after=irtranslator -o - | FileCheck %s
; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null
; RUN: llc -mtriple=aarch64 -global-isel --global-isel-abort=0 %s -o /dev/null -debug
More information about the llvm-commits
mailing list