forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openmp] - Cherry pick changes for CUDA_ARCH and libclang-cpp.so.
38e2804 [openmp] - Remove linking of libclang-cpp.so with libomptarget.so. Now that libomptarget is a LLVM library we no longer need to link in libclang-cpp.so. be30280 [openmp] - undef __CUDA_ARCH__ When -fcuda-is-device is passed on the clang device pass, __CUDA_ARCH__ is defined. When __AMDGCN__ is defined, ensure __CUDA_ARCH__ is undefined. Change-Id: Icc0a8675b085b670d314b08cf4bfca04b6037ef1
- Loading branch information
1 parent
3cf23f7
commit b4eabb4
Showing
2 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters