[Openmp-commits] [PATCH] D159119: [OpenMP] Enable optimization level for memory_manager.cpp OpenMP test.
Gheorghe-Teodor Bercea via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 29 09:52:33 PDT 2023
doru1004 created this revision.
doru1004 added reviewers: jhuber6, jdoerfert, ronl, tianshilei1992, JonChesterfield.
doru1004 added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
doru1004 requested review of this revision.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Enable -O3 opt level for this test.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D159119
Files:
openmp/libomptarget/test/offloading/memory_manager.cpp
Index: openmp/libomptarget/test/offloading/memory_manager.cpp
===================================================================
--- openmp/libomptarget/test/offloading/memory_manager.cpp
+++ openmp/libomptarget/test/offloading/memory_manager.cpp
@@ -1,6 +1,5 @@
-// RUN: %libomptarget-compilexx-run-and-check-generic
+// RUN: %libomptarget-compilexx-generic -O3 && %libomptarget-run-generic | %fcheck-generic
-// UNSUPPORTED: amdgcn-amd-amdhsa
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159119.554396.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230829/5d853e08/attachment.bin>
More information about the Openmp-commits
mailing list