Bug 1685854 - Apply gcov_flush patch to compiler-rt. r=firefox-build-system-reviewers,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D101294
This commit is contained in:
Mike Hommey 2021-01-11 13:45:06 +00:00
parent 36e53a5e88
commit 5a27f487f8

View File

@ -38,6 +38,8 @@ chmod +x $1
compiler_wrapper clang
compiler_wrapper clang++
patch -d $MOZ_FETCHES_DIR/llvm-project -p1 < $GECKO_PATH/build/build-clang/rename_gcov_flush_clang_11.patch
cmake \
$MOZ_FETCHES_DIR/llvm-project/compiler-rt \
-GNinja \