We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__builtin_thread_pointer()
1 parent e19aa5b commit 0dc7223Copy full SHA for 0dc7223
tools/system_libs.py
@@ -1800,6 +1800,9 @@ class libmimalloc(MTLibrary):
1800
'-DMI_MALLOC_OVERRIDE',
1801
# TODO: add build modes that include debug checks 1,2,3
1802
'-DMI_DEBUG=0',
1803
+ # avoid use of `__builtin_thread_pointer()`
1804
+ # FIXME: https://github.com/llvm/llvm-project/issues/117433
1805
+ '-DMI_LIBC_MUSL',
1806
]
1807
1808
# malloc/free/calloc are runtime functions and can be generated during LTO
0 commit comments