Commit b4eabb4
[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: Icc0a8675b085b670d314b08cf4bfca04b6037ef11 parent 3cf23f7 commit b4eabb4
File tree
2 files changed
+3
-10
lines changed- clang/lib/Headers/openmp_wrappers
- openmp/libomptarget/src
2 files changed
+3
-10
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 51 | + | |
61 | 52 | | |
62 | 53 | | |
63 | 54 | | |
| |||
0 commit comments