Add a few missed files to libclang_rt.profile-<arch>.a
Otherwise, programs compiled with -fprofile-instr-generate will encounter undefined symbol errors during linking, for example __llvm_profile_counter_bias, lprofSetRuntimeCounterRelocation and a few others were missing from the profile library. Reported by: ota@j.email.ne.jp PR: 254001 MFC after: 3 days
This commit is contained in:
parent
4a4e9c516c
commit
772c631af8
@ -13,8 +13,10 @@ CXXFLAGS+= -fvisibility=default
|
||||
|
||||
SRCS+= profile/GCDAProfiling.c
|
||||
SRCS+= profile/InstrProfiling.c
|
||||
SRCS+= profile/InstrProfilingBiasVar.c
|
||||
SRCS+= profile/InstrProfilingBuffer.c
|
||||
SRCS+= profile/InstrProfilingFile.c
|
||||
SRCS+= profile/InstrProfilingInternal.c
|
||||
SRCS+= profile/InstrProfilingMerge.c
|
||||
SRCS+= profile/InstrProfilingMergeFile.c
|
||||
SRCS+= profile/InstrProfilingNameVar.c
|
||||
|
Loading…
Reference in New Issue
Block a user