This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG06da9b94ae37: [OpenMP] Extend the lit test for
uses_allocators in target region (authored by animeshk-amd).
Repository:
rG LLVM Github Monorepo
C
animeshk-amd updated this revision to Diff 467757.
animeshk-amd added a comment.
Another patch that landed after this patch introduced merge
conflicts in the target_map_codegen_10.cpp with regards to the
use of the `-no-opaque-pointers`. Those merge conflicts are
fixed in the revision.
Reposit
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG
Comment at: clang/test/OpenMP/target_map_codegen_10.cpp:19
+// RUN: %clang_cc1 -no-opaque-pointers -DCK11 -fopenmp
-fopenmp-targets=i386-pc-linux-gnu -x c++ -std=c+
animeshk-amd added inline comments.
Comment at: clang/test/OpenMP/target_map_codegen_10.cpp:19
+// RUN: %clang_cc1 -no-opaque-pointers -DCK11 -fopenmp
-fopenmp-targets=i386-pc-linux-gnu -x c++ -std=c++11 -triple
i386-unknown-unknown -emit-pch -o %t %s
+// RUN: %clang_cc1 -no-op
jdoerfert added inline comments.
Comment at: clang/test/OpenMP/target_map_codegen_10.cpp:19
+// RUN: %clang_cc1 -no-opaque-pointers -DCK11 -fopenmp
-fopenmp-targets=i386-pc-linux-gnu -x c++ -std=c++11 -triple
i386-unknown-unknown -emit-pch -o %t %s
+// RUN: %clang_cc1 -no-opaqu
animeshk-amd updated this revision to Diff 464932.
animeshk-amd added a comment.
Rebased the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132855/new/
https://reviews.llvm.org/D132855
Files:
clang/test/OpenMP/target_map_codegen_10.cpp
c
animeshk-amd updated this revision to Diff 461827.
animeshk-amd added a comment.
Updated the LIT test for omp_thread_mem_alloc allocator
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132855/new/
https://reviews.llvm.org/D132855
Files:
clang/test
animeshk-amd updated this revision to Diff 457219.
animeshk-amd added a comment.
Extended the LIT test for `defaultmap` clause in the target region
with respect to the default OpenMP version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132855/new/
animeshk-amd created this revision.
animeshk-amd added reviewers: saiislam, JonChesterfield.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
animeshk-amd requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, sstefan1.