[llvm] 05146fe - [llvm] Unbreak no-assertion testing
David Zarzycki via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 03:05:53 PDT 2021
Author: David Zarzycki
Date: 2021-05-04T06:05:38-04:00
New Revision: 05146fe5171076eaec3ef6a9eeeab4c8a33acf15
URL: https://github.com/llvm/llvm-project/commit/05146fe5171076eaec3ef6a9eeeab4c8a33acf15
DIFF: https://github.com/llvm/llvm-project/commit/05146fe5171076eaec3ef6a9eeeab4c8a33acf15.diff
LOG: [llvm] Unbreak no-assertion testing
Added:
Modified:
llvm/test/Transforms/OpenMP/single_threaded_execution.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/OpenMP/single_threaded_execution.ll b/llvm/test/Transforms/OpenMP/single_threaded_execution.ll
index acafadbfd702c..00b73823fe9b4 100644
--- a/llvm/test/Transforms/OpenMP/single_threaded_execution.ll
+++ b/llvm/test/Transforms/OpenMP/single_threaded_execution.ll
@@ -1,4 +1,5 @@
; RUN: opt -passes=openmp-opt-cgscc -debug-only=openmp-opt -disable-output < %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
; ModuleID = 'single_threaded_exeuction.c'
%struct.ident_t = type { i32, i32, i32, i32, i8* }
More information about the llvm-commits
mailing list