Commit df463d2
authored
Fix flang-aarch64-libcxx builder (#432)
After flang-rt, flang-aarch64-libcxx builder started to fail.
Before it, llvm libraries, flang and its runtime were built with the
host compiler, but now flang runtime is built with the stage 1 clang.
The problem is that the C++ library of these compilers may be
incompatible. The linked issue has more details.
To avoid this issue, use the out of tree flang builder to build llvm,
flang and flang-rt with the host compiler, using libcxx.
Fixes llvm/llvm-project#1353811 parent 00b7bb4 commit df463d2
1 file changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2527 | 2527 | | |
2528 | 2528 | | |
2529 | 2529 | | |
2530 | | - | |
2531 | | - | |
2532 | | - | |
2533 | | - | |
2534 | | - | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
2535 | 2533 | | |
2536 | | - | |
2537 | 2534 | | |
2538 | 2535 | | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
| 2539 | + | |
| 2540 | + | |
2539 | 2541 | | |
2540 | | - | |
2541 | 2542 | | |
2542 | 2543 | | |
2543 | 2544 | | |
2544 | | - | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
2545 | 2551 | | |
2546 | 2552 | | |
2547 | 2553 | | |
| |||
0 commit comments