forked from OSchip/llvm-project
parent
eee690b29a
commit
f49d159c8a
|
|
@ -192,8 +192,6 @@ if(COMPILER_RT_HAS_SYSROOT_FLAG)
|
|||
file(GLOB _tsan_platform_sources rtl/tsan*posix* rtl/tsan*mac*
|
||||
rtl/tsan*linux*)
|
||||
list(REMOVE_ITEM _tsan_generic_sources ${_tsan_platform_sources})
|
||||
message(STATUS "platform: ${_tsan_platform_sources}")
|
||||
message(STATUS "generic: ${_tsan_generic_sources}")
|
||||
set_source_files_properties(${_tsan_generic_sources}
|
||||
PROPERTIES COMPILE_FLAGS "--sysroot=.")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue