[Openmp-commits] [openmp] f420939 - [libomptarget] Apply D106710 to amdgcn devicertl

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Wed Aug 18 17:34:53 PDT 2021


Author: Jon Chesterfield
Date: 2021-08-19T01:34:33+01:00
New Revision: f420939b82766e371695e54abca4a7fadda6f801

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

LOG: [libomptarget] Apply D106710 to amdgcn devicertl

Added: 
    

Modified: 
    openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
index 5bd0ed72ca1f..4765d1989e52 100644
--- a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
+++ b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
@@ -107,7 +107,7 @@ macro(add_cuda_bc_library)
   set(cu_cmd ${CLANG_TOOL}
     -xc++
     -c
-    -mllvm -openmp-opt-disable-internalization
+    -mllvm -openmp-opt-disable
     -std=c++14
     -ffreestanding
     -target amdgcn-amd-amdhsa


        


More information about the Openmp-commits mailing list