We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daab749 commit 24e60e7Copy full SHA for 24e60e7
build/build.sh
@@ -427,7 +427,8 @@ mlir-*)
427
428
if [[ $MAJOR -eq 2 && $MINOR -eq 8 ]]; then
429
GCC_VERSION=4.5.3
430
- COMMITS_TO_CHERRYPICK+=("95b6f045f1f104b96d443c404755c2757b6f6cf7") # fix for clang++ symlink being absolute
+ COMMITS_TO_CHERRYPICK+=("95b6f045f1f104b96d443c404755c2757b6f6cf7") # prerequisite for symlink fix below
431
+ COMMITS_TO_CHERRYPICK+=("16d73f92161ae43828fd6dfaa3bb887058352bcb") # fix for clang++ symlink being absolute
432
PATCHES_TO_APPLY+=("${ROOT}/patches/ce-llvm-2.8-disable-cast-fp-test.patch") # cast-fp.ll takes 98 GB of RAM and 4 minutes to fail
433
NINJA_EXTRA_TARGETS_NO_FAIL+=("check" "clang-test")
434
fi
0 commit comments