Bug 1751824 - Fixup for macos compiler-rt build. CLOSED TREE

Applying all the patches from build-clang enabled the patch for macos
cross compiles that adds a -target argument based on
LLVM_DEFAULT_TARGET_TRIPLE, that we weren't setting.

Differential Revision: https://phabricator.services.mozilla.com/D137252
This commit is contained in:
Mike Hommey 2022-01-28 03:52:12 +00:00
Родитель 6f2ab562d3
Коммит b025d96056
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -62,6 +62,7 @@ case "$target" in
-DDARWIN_osx_SYSROOT=$MOZ_FETCHES_DIR/MacOSX11.0.sdk
-DDARWIN_macosx_OVERRIDE_SDK_VERSION=11.0
-DDARWIN_osx_BUILTIN_ARCHS=$arch
-DLLVM_DEFAULT_TARGET_TRIPLE=$target
"
# compiler-rt build script expects to find `codesign` in $PATH.
# Give it a fake one.