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.
1 parent 8207cb1 commit 57521f8Copy full SHA for 57521f8
tools/system_libs.py
@@ -2082,8 +2082,7 @@ class CompilerRTLibrary(Library):
2082
# restriction soon: https://reviews.llvm.org/D71738
2083
force_object_files = True
2084
2085
-
2086
-class libcompiler_rt_profile(CompilerRTLibrary, MTLibrary):
+class libcompiler_rt_profile(Library):
2087
name = 'libcompiler_rt_profile'
2088
2089
cflags = ['-fno-builtin', '-DCOMPILER_RT_HAS_UNAME=1']
@@ -2366,7 +2365,7 @@ def add_sanitizer_libs():
2366
2365
2367
if only_forced:
2368
add_library('libcompiler_rt')
2369
- add_library('libcompiler_rt_profile')
+ add_library('libcompiler_rt_profile')
2370
add_sanitizer_libs()
2371
add_forced_libs()
2372
return libs_to_link
0 commit comments