[llvm] 04713f8 - Added missing API call to OpenMP test
George Rokos via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 10:40:40 PDT 2020
Author: George Rokos
Date: 2020-07-17T10:40:11-07:00
New Revision: 04713f8aa614ee86da4aeea3d438a2b886554a8e
URL: https://github.com/llvm/llvm-project/commit/04713f8aa614ee86da4aeea3d438a2b886554a8e
DIFF: https://github.com/llvm/llvm-project/commit/04713f8aa614ee86da4aeea3d438a2b886554a8e.diff
LOG: Added missing API call to OpenMP test
Added:
Modified:
llvm/test/Transforms/OpenMP/add_attributes.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/OpenMP/add_attributes.ll b/llvm/test/Transforms/OpenMP/add_attributes.ll
index cd3c5541aa82..6e10613ed43c 100644
--- a/llvm/test/Transforms/OpenMP/add_attributes.ll
+++ b/llvm/test/Transforms/OpenMP/add_attributes.ll
@@ -635,6 +635,8 @@ declare i32 @__tgt_target_nowait_mapper(i64, i8*, i32, i8**, i8**, i64*, i64*, i
declare i32 @__tgt_target_teams_mapper(i64, i8*, i32, i8**, i8**, i64*, i64*, i8**, i32, i32)
+declare i32 @__tgt_target_teams_nowait_mapper(i64, i8*, i32, i8**, i8**, i64*, i64*, i8**, i32, i32)
+
declare void @__tgt_register_requires(i64)
declare void @__tgt_target_data_begin_mapper(i64, i32, i8**, i8**, i64*, i64*, i8**)
@@ -1149,6 +1151,9 @@ declare void @__kmpc_proxy_task_completed_ooo(i8*)
; CHECK: Function Attrs: nounwind
; CHECK-NEXT: declare i32 @__tgt_target_teams_mapper(i64, i8*, i32, i8**, i8**, i64*, i64*, i8**, i32, i32)
+; CHECK: Function Attrs: nounwind
+; CHECK-NEXT: declare i32 @__tgt_target_teams_nowait_mapper(i64, i8*, i32, i8**, i8**, i64*, i64*, i8**, i32, i32)
+
; CHECK: Function Attrs: nounwind
; CHECK-NEXT: declare void @__tgt_register_requires(i64)
More information about the llvm-commits
mailing list