Skip to content

Commit

Permalink
Added missing API call to OpenMP test
Browse files Browse the repository at this point in the history
  • Loading branch information
grokos committed Jul 17, 2020
1 parent cc0a58d commit 04713f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions llvm/test/Transforms/OpenMP/add_attributes.ll
Expand Up @@ -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**)
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 04713f8

Please sign in to comment.