Merge pull request #309 from ancwrd1/master

Fix for compiler-rt 13.x build
This commit is contained in:
Thomas Pöchtrager 2021-10-17 19:58:54 +02:00 committed by GitHub
commit de6ec57895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,9 @@ if [ $f_res -eq 1 ]; then
$SED -i 's/${CMAKE_COMMAND} -E ${COMPILER_RT_LINK_OR_COPY}/ln -sf/g' \
lib/builtins/CMakeLists.txt
$SED -i 's/list(APPEND ORC_CFLAGS -I${DIR})//g' \
lib/orc/CMakeLists.txt
if [ $HAVE_OS_LOCK -eq 0 ]; then
$SED -i "s/COMPILER_RT_HAS_TSAN TRUE/COMPILER_RT_HAS_TSAN FALSE/g" \
cmake/config-ix.cmake