Commit 7fc8adc
[CI][Windows] Workaround for error in FindLLVM (#17409)
* [CI][Windows] Workaround for error in FindLLVM
This is a workaround for an upstream LLVM issue [0], in which
the `CMAKE_INSTALL_LIBDIR` variable is used before definition.
While there is an LLVM PR to resolve this fix [1], as of
2024-08-19 it has not yet been merged to LLVM.
[0] llvm/llvm-project#83802
[1] llvm/llvm-project#83807
Co-authored-by: Eric Lunderberg <[email protected]>
* fix fp16
* lint
---------
Co-authored-by: Eric Lunderberg <[email protected]>1 parent a90fb8e commit 7fc8adc
File tree
2 files changed
+10
-0
lines changed- cmake/utils
- tests/python/all-platform-minimal-test
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
47 | 56 | | |
48 | 57 | | |
49 | 58 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments