Skip to content

Commit 24e60e7

Browse files
authored
Fix absolute symlink in clang-assertions-2.8.0 (#86)
1 parent daab749 commit 24e60e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ mlir-*)
427427

428428
if [[ $MAJOR -eq 2 && $MINOR -eq 8 ]]; then
429429
GCC_VERSION=4.5.3
430-
COMMITS_TO_CHERRYPICK+=("95b6f045f1f104b96d443c404755c2757b6f6cf7") # fix for clang++ symlink being absolute
430+
COMMITS_TO_CHERRYPICK+=("95b6f045f1f104b96d443c404755c2757b6f6cf7") # prerequisite for symlink fix below
431+
COMMITS_TO_CHERRYPICK+=("16d73f92161ae43828fd6dfaa3bb887058352bcb") # fix for clang++ symlink being absolute
431432
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
432433
NINJA_EXTRA_TARGETS_NO_FAIL+=("check" "clang-test")
433434
fi

0 commit comments

Comments
 (0)