[compiler-rt] r349296 - Improve the comment in previous

Kamil Rytarowski via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 16 02:24:06 PST 2018


Author: kamil
Date: Sun Dec 16 02:24:06 2018
New Revision: 349296

URL: http://llvm.org/viewvc/llvm-project?rev=349296&view=rev
Log:
Improve the comment in previous

Modified:
    compiler-rt/trunk/lib/tsan/CMakeLists.txt

Modified: compiler-rt/trunk/lib/tsan/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/CMakeLists.txt?rev=349296&r1=349295&r2=349296&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/CMakeLists.txt (original)
+++ compiler-rt/trunk/lib/tsan/CMakeLists.txt Sun Dec 16 02:24:06 2018
@@ -222,8 +222,8 @@ endif()
 # Make sure that non-platform-specific files don't include any system headers.
 # FreeBSD/NetBSD do not install a number of Clang-provided headers for the
 # compiler in the base system due to incompatibilities between FreeBSD/NetBSD's
-# and Clang's versions. As a workaround do not use --sysroot=. on FreeBSD until
-# this is addressed.
+# and Clang's versions. As a workaround do not use --sysroot=. on FreeBSD/NetBSD
+# until this is addressed.
 if(COMPILER_RT_HAS_SYSROOT_FLAG AND NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD"
    AND NOT CMAKE_SYSTEM_NAME MATCHES "NetBSD")
   file(GLOB _tsan_generic_sources rtl/tsan*)




More information about the llvm-commits mailing list