mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 20:52:14 +00:00
Fix configure+make build of profile runtime library
llvm-svn: 212665
This commit is contained in:
parent
020ac94665
commit
84e0223a9d
@ -129,8 +129,10 @@ CFLAGS.builtins-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux
|
||||
|
||||
FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386)
|
||||
FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
|
||||
FUNCTIONS.profile-i386 := GCDAProfiling
|
||||
FUNCTIONS.profile-x86_64 := GCDAProfiling
|
||||
FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
|
||||
InstrProfilingFile InstrProfilingPlatformOther \
|
||||
InstrProfilingRuntime
|
||||
FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
|
||||
FUNCTIONS.san-i386 := $(SanitizerCommonFunctions)
|
||||
FUNCTIONS.san-x86_64 := $(SanitizerCommonFunctions)
|
||||
FUNCTIONS.asan-i386 := $(AsanFunctions) $(InterceptionFunctions) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user