[Openmp-commits] [PATCH] D45530: [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Apr 11 10:54:00 PDT 2018
Hahnfeld added inline comments.
================
Comment at: libomptarget/deviceRTLs/nvptx/CMakeLists.txt:146
+ # Activate RTL message dumps if requested by the user.
+ set(LIBOMPTARGET_BC_DEBUG FALSE CACHE BOOL
+ "Activate BC code device RTL debug messages.")
----------------
Hmm, why does `Sync` mean a new variable? If that's what you want, it should start with `LIBOMPTARGET_NVPTX` and be properly documented
Repository:
rOMP OpenMP
https://reviews.llvm.org/D45530
More information about the Openmp-commits
mailing list