Skip to content

Commit 4eda0e9

Browse files
committed
Bug 1875002 - Explicitly set LIBCXXABI_USE_LLVM_UNWINDER off when building wasi-sdk. r=firefox-build-system-reviewers,sergesanspaille
Clang trunk has recently turned it on, and also now fails the build when libunwind is not built at the same time. Upstreamed in WebAssembly/wasi-sdk#377 Differential Revision: https://phabricator.services.mozilla.com/D198763 UltraBlame original commit: a4bff50d95674a402744d071f9d2b97b482452bb
1 parent 2c26ca3 commit 4eda0e9

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

taskcluster/scripts/misc/wasi-sdk.patch

+85
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,91 @@ diff
44
git
55
a
66
/
7+
Makefile
8+
b
9+
/
10+
Makefile
11+
index
12+
d2ccff6
13+
.
14+
.
15+
95f395b
16+
100644
17+
-
18+
-
19+
-
20+
a
21+
/
22+
Makefile
23+
+
24+
+
25+
+
26+
b
27+
/
28+
Makefile
29+
-
30+
178
31+
6
32+
+
33+
178
34+
7
35+
LIBCXX_CMAKE_FLAGS
36+
=
37+
\
38+
-
39+
DLIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY
40+
:
41+
BOOL
42+
=
43+
OFF
44+
\
45+
-
46+
DLIBCXXABI_HAS_WIN32_THREAD_API
47+
:
48+
BOOL
49+
=
50+
OFF
51+
\
52+
-
53+
DLIBCXXABI_ENABLE_PIC
54+
:
55+
BOOL
56+
=
57+
OFF
58+
\
59+
+
60+
-
61+
DLIBCXXABI_USE_LLVM_UNWINDER
62+
:
63+
BOOL
64+
=
65+
OFF
66+
\
67+
-
68+
DWASI_SDK_PREFIX
69+
=
70+
(
71+
BUILD_PREFIX
72+
)
73+
\
74+
-
75+
DUNIX
76+
:
77+
BOOL
78+
=
79+
ON
80+
\
81+
-
82+
-
83+
debug
84+
-
85+
trycompile
86+
diff
87+
-
88+
-
89+
git
90+
a
91+
/
792
src
893
/
994
wasi

0 commit comments

Comments
 (0)