Skip to content

Commit 01b5bbf

Browse files
committed
Bug 1867423 - Stop using -nopie. r=firefox-build-system-reviewers,sergesanspaille
Clang trunk removed its support in llvm/llvm-project#72578 and we were only using it because clang < 5 didn't support -no-pie. We don't support those versions anymore, so we can use -no-pie unconditionally now. Differential Revision: https://phabricator.services.mozilla.com/D195061 UltraBlame original commit: 68ac06a41816bd364f1d413873d41e9cd5ef6606
1 parent 0d7856d commit 01b5bbf

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

browser/app/no-pie/moz.build

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,6 @@ fno
2828
lto
2929
"
3030
]
31-
if
32-
CONFIG
33-
[
34-
"
35-
CC_TYPE
36-
"
37-
]
38-
=
39-
=
40-
"
41-
clang
42-
"
43-
:
44-
OS_LIBS
45-
+
46-
=
47-
[
48-
"
49-
-
50-
nopie
51-
"
52-
]
53-
else
54-
:
5531
OS_LIBS
5632
+
5733
=

0 commit comments

Comments
 (0)