Commit 8039adc
authored
[SYCL][SYCLLowerIR] Fix shared library build (#18290)
Shared library build is currently failing due to my change
[here](intel/llvm#18249).
The problem is the public build target dependencies of SYCLLowerIR
didn't add the vc-intrinsics headers/binaries so the include/link fails.
This wasn't happening before because users of SYCLLowerIR manually added
the missing dependencies in their targets.
Manually verified this on static/shared library build on both
preinstalled vc-intrinsics and system vc-intrinsics.
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>1 parent 5b43c36 commit 8039adc
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
0 commit comments