Skip to content

Commit 57521f8

Browse files
committed
non rt
1 parent 8207cb1 commit 57521f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/system_libs.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,8 +2082,7 @@ class CompilerRTLibrary(Library):
20822082
# restriction soon: https://reviews.llvm.org/D71738
20832083
force_object_files = True
20842084

2085-
2086-
class libcompiler_rt_profile(CompilerRTLibrary, MTLibrary):
2085+
class libcompiler_rt_profile(Library):
20872086
name = 'libcompiler_rt_profile'
20882087

20892088
cflags = ['-fno-builtin', '-DCOMPILER_RT_HAS_UNAME=1']
@@ -2366,7 +2365,7 @@ def add_sanitizer_libs():
23662365

23672366
if only_forced:
23682367
add_library('libcompiler_rt')
2369-
add_library('libcompiler_rt_profile')
2368+
add_library('libcompiler_rt_profile')
23702369
add_sanitizer_libs()
23712370
add_forced_libs()
23722371
return libs_to_link

0 commit comments

Comments
 (0)