Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
4d4b5601
Commit
4d4b5601
authored
2 years ago
by
criss
Browse files
Options
Downloads
Patches
Plain Diff
Backed out changeset a0e6cd2b39c7 (bug 1788837) for causing regressions. CLOSED TREE
parent
a11c622d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/moz.configure/toolchain.configure
+3
-6
3 additions, 6 deletions
build/moz.configure/toolchain.configure
with
3 additions
and
6 deletions
build/moz.configure/toolchain.configure
+
3
−
6
View file @
4d4b5601
...
...
@@ -1475,8 +1475,7 @@ set_config("CXX_IS_ICECREAM", cxx_is_icecream)
# - the linker is picked via the LINKER environment variable per windows.configure,
# but ought to be llvm-lld in any case.
# For macOS:
# - the linker is lld if the clang used is >= 14 (per LLVM version, not Xcode version).
# - the linker is also lld on local developer builds if the clang used is >= 13 (per LLVM
# - the linker is lld on local developer builds if the clang used is >= 13 (per LLVM
# version, not Xcode version)
# - otherwise the linker is ld64, either from XCode on macOS, or from cctools-ports when
# cross-compiling.
...
...
@@ -1619,12 +1618,10 @@ def select_linker(linker, c_compiler, developer_options, toolchain_flags, target
if
(
linker
is
None
and
developer_options
and
target
.
kernel
==
"
Darwin
"
and
c_compiler
.
type
==
"
clang
"
and
(
(
developer_options
and
c_compiler
.
version
>=
"
13.0
"
)
or
c_compiler
.
version
>=
"
14.0
"
)
and
c_compiler
.
version
>=
"
13.0
"
):
result
=
try_linker
(
"
lld
"
)
elif
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment