"llvm/test/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "960b17a3c2ee0008069285f14e2738da6751ad58"
[OpenMP] Only generate runtime flags with host input
This patch changes the code generation of runtime flags to only occur if a host bitcode file was passed in. This is a cheap way to determine if we are compiling the OpenMP device runtime itself or user code. This is needed because the global flags we generate for the device runtime e.g. __omp_rtl_debug_kind were being generated with default values when we compiled the runtime library. This would then invalidate the ones we want to be able to add in when the user defines it. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D118399
Loading
Please register or sign in to comment