Commit 6955f73
committed
[flang] Add cmake error if building with clang-cl and MSVC 17.12
A bug in the C++ library in MSVC 17.12 prevents clang-cl from being able
to build flang with that library version. This bug is not present in
17.11 or earlier, nor in 17.13. This patch adds a cmake error telling
the user to either upgrade or downgrade to avoid the bug.1 parent 290f38c commit 6955f73
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 | | |
70 | 77 | | |
71 | 78 | | |
| |||
0 commit comments