[Openmp-commits] [PATCH] D52701: [libomptarget-nvptx] Enable asserts in bclib

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 1 07:20:09 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rOMP343477: [libomptarget-nvptx] Enable asserts in bclib (authored by Hahnfeld, committed by ).

Repository:
  rOMP OpenMP

https://reviews.llvm.org/D52701

Files:
  libomptarget/deviceRTLs/nvptx/CMakeLists.txt


Index: libomptarget/deviceRTLs/nvptx/CMakeLists.txt
===================================================================
--- libomptarget/deviceRTLs/nvptx/CMakeLists.txt
+++ libomptarget/deviceRTLs/nvptx/CMakeLists.txt
@@ -118,7 +118,7 @@
     libomptarget_say("Building CUDA LLVM bitcode offloading device RTL.")
 
     # Set flags for LLVM Bitcode compilation.
-    set(bc_flags ${LIBOMPTARGET_NVPTX_SELECTED_CUDA_COMPILER_FLAGS} -DOMPTARGET_NVPTX_TEST=0)
+    set(bc_flags ${LIBOMPTARGET_NVPTX_SELECTED_CUDA_COMPILER_FLAGS})
     if(${LIBOMPTARGET_NVPTX_DEBUG})
       set(bc_flags ${bc_flags} -DOMPTARGET_NVPTX_DEBUG=-1)
     else()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52701.167736.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20181001/920a60e1/attachment-0001.bin>


More information about the Openmp-commits mailing list