[llvm] 1e34cb0 - [AArch64] Mark test depending on -debug as requiring asserts
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 01:28:31 PST 2021
Author: Benjamin Kramer
Date: 2021-03-02T10:28:22+01:00
New Revision: 1e34cb008f506a9ec9ca161ed8a738bd957bffd9
URL: https://github.com/llvm/llvm-project/commit/1e34cb008f506a9ec9ca161ed8a738bd957bffd9
DIFF: https://github.com/llvm/llvm-project/commit/1e34cb008f506a9ec9ca161ed8a738bd957bffd9.diff
LOG: [AArch64] Mark test depending on -debug as requiring asserts
Added:
Modified:
llvm/test/CodeGen/AArch64/loh-adrp-add-ldr-clobber.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/loh-adrp-add-ldr-clobber.mir b/llvm/test/CodeGen/AArch64/loh-adrp-add-ldr-clobber.mir
index e1e893c6383a..ce2d8f02f4cc 100644
--- a/llvm/test/CodeGen/AArch64/loh-adrp-add-ldr-clobber.mir
+++ b/llvm/test/CodeGen/AArch64/loh-adrp-add-ldr-clobber.mir
@@ -1,4 +1,5 @@
# RUN: llc -o /dev/null %s -mtriple=aarch64-apple-ios -run-pass=aarch64-collect-loh -debug-only=aarch64-collect-loh 2>&1 | FileCheck %s
+# REQUIRES: asserts
--- |
@sym2 = local_unnamed_addr global [10000000 x i32] zeroinitializer, align 8
@sym = local_unnamed_addr global i32 zeroinitializer, align 8
More information about the llvm-commits
mailing list