Skip to content

Commit

Permalink
[CMake] Remove debug output leftovers.
Browse files Browse the repository at this point in the history
llvm-svn: 255031
  • Loading branch information
vonosmas committed Dec 8, 2015
1 parent eee690b commit f49d159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler-rt/lib/tsan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f49d159

Please sign in to comment.