forked from WebAssembly/wasi-libc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore the
__tls_base
undefined symbol (WebAssembly#498)
Currently if `-g` is specified with build flags then wasi-libc fails to build. I'm not certain why it shows up in object files, but it appears to be a spurious error so this commit adds it to the list of variables to ignore.
- Loading branch information
1 parent
a3ef152
commit 153f632
Showing
2 changed files
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,6 @@ __netf2 | |
__stack_pointer | ||
__subtf3 | ||
__tls_align | ||
__tls_base | ||
__tls_size | ||
__trunctfdf2 | ||
__trunctfsf2 | ||
|