Commit b330783
committed
[Offload] Remove unnecessary omp CMake target dependencies
In my quest to build `liboffload` with ASAN enabled I've been looking
into decoupling `offload` and `openmp` project entablement. When
removing `openmp` from `LLVM_ENABLE_PROJECTS` it resulted in failure to
link against the `omp` target. As an experiment I disabled that
dependency and the build appears to work as expected.
This patch removes dependencies on the `omp` target from
`libomptarget`/`llvm-offload-device-info`/`llvm-omp-kernel-replay`
targets.1 parent b22b103 commit b330783
File tree
3 files changed
+0
-12
lines changed- offload
- libomptarget
- tools
- deviceinfo
- kernelreplay
3 files changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 3 | | |
10 | 4 | | |
11 | 5 | | |
| |||
33 | 27 | | |
34 | 28 | | |
35 | 29 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 30 | | |
41 | 31 | | |
42 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
0 commit comments