mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
c1c8de2562
It was fixed in clang 16. Differential Revision: https://phabricator.services.mozilla.com/D180766
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
if test `uname -s` = Linux; then
|
|
. $topsrcdir/build/macosx/cross-mozconfig.common
|
|
fi
|
|
|
|
if [ -n "$TASKCLUSTER_PGO_PROFILE_USE" -a -z "$USE_ARTIFACT" ]; then
|
|
# Keep using ld64 on PGO/LTO builds because of performance regressions when using lld.
|
|
ac_add_options --enable-linker=ld64
|
|
fi
|