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 16aa00b commit d9697c2Copy full SHA for d9697c2
compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
@@ -395,7 +395,9 @@ macro(darwin_add_builtin_libraries)
395
set(CMAKE_CXX_FLAGS "")
396
set(CMAKE_ASM_FLAGS "")
397
398
- set(PROFILE_SOURCES ../profile/InstrProfiling
+ append_string_if(COMPILER_RT_HAS_ASM_LSE " -DHAS_ASM_LSE" CFLAGS)
399
+
400
+ set(PROFILE_SOURCES ../profile/InstrProfiling
401
../profile/InstrProfilingBuffer
402
../profile/InstrProfilingPlatformDarwin
403
../profile/InstrProfilingWriter
0 commit comments