[Openmp-commits] [openmp] b309bdb - [OpenMP][FIX] Use clang++ for the C++ test case

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Mon Mar 28 21:15:12 PDT 2022


Author: Johannes Doerfert
Date: 2022-03-28T23:14:24-05:00
New Revision: b309bdb970442702a955d59d868617ff341fce71

URL: https://github.com/llvm/llvm-project/commit/b309bdb970442702a955d59d868617ff341fce71
DIFF: https://github.com/llvm/llvm-project/commit/b309bdb970442702a955d59d868617ff341fce71.diff

LOG: [OpenMP][FIX] Use clang++ for the C++ test case

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/map_back_race.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/map_back_race.cpp b/openmp/libomptarget/test/mapping/map_back_race.cpp
index b81feb8aab724..d8d6b3a391177 100644
--- a/openmp/libomptarget/test/mapping/map_back_race.cpp
+++ b/openmp/libomptarget/test/mapping/map_back_race.cpp
@@ -1,4 +1,4 @@
-// RUN: %libomptarget-compile-run-and-check-generic
+// RUN: %libomptarget-compilexx-run-and-check-generic
 
 // Taken from https://github.com/llvm/llvm-project/issues/54216
 


        


More information about the Openmp-commits mailing list