Commit 57c19b4
committed
[libclc] Fix libclc bitcodes install on windows when cmake msvc generator is used
Install command in tools\libclc\cmake_install.cmake is not correctly
configured as there is a unresolved $(Configuration):
file(INSTALL ... FILES "/$(Configuration)/lib/../lib/clang/22/lib/libclc/amdgcn--amdhsa.bc")
It is likely due to $libclc_builtins_lib} isn't generated yet during
cmake configuration.
This PR uses the TARGET_FILE as install input.1 parent 2422972 commit 57c19b4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
0 commit comments