Skip to content

Commit

Permalink
Bug 1903956 - Update wasi-libc build-time check for latest LLVM trunk…
Browse files Browse the repository at this point in the history
…. r=firefox-build-system-reviewers,sergesanspaille

Submitted upstream at WebAssembly/wasi-libc#509.

Differential Revision: https://phabricator.services.mozilla.com/D214492

UltraBlame original commit: 50a67cadcea163f4d247d5a183b3f8b96cc6e944
  • Loading branch information
marco-c committed Jul 1, 2024
1 parent a5a27fb commit 62a423a
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions taskcluster/scripts/misc/wasi-sdk.patch
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ imports
10
+
671
16
17
check
-
symbols
Expand Down Expand Up @@ -661,6 +661,21 @@ to
clang
19
.
+
#
TODO
:
Filter
out
__STDC_EMBED_
*
that
are
new
to
clang
19
.
#
TODO
:
Expand Down Expand Up @@ -804,8 +819,8 @@ U__GNUC_PATCHLEVEL__
702
6
+
710
10
711
11
check
-
symbols
Expand Down Expand Up @@ -962,6 +977,18 @@ DE
STRUCTIVE_SIZE
'
\
+
|
grep
-
v
'
^
#
define
__STDC_EMBED_
'
\
>
"
(
Expand Down

0 comments on commit 62a423a

Please sign in to comment.