diff options
author | Kamil Rytarowski <n54@gmx.com> | 2018-12-16 10:24:06 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2018-12-16 10:24:06 +0000 |
commit | ca72239534c4801577d372c03e40c3d59a9134f7 (patch) | |
tree | d88dc43f42bff3628053538a49074ccbc0a3174a | |
parent | bb66b0dac1d79097a4957feb58a2605da79bb65d (diff) | |
download | bcm5719-llvm-ca72239534c4801577d372c03e40c3d59a9134f7.tar.gz bcm5719-llvm-ca72239534c4801577d372c03e40c3d59a9134f7.zip |
Improve the comment in previous
llvm-svn: 349296
-rw-r--r-- | compiler-rt/lib/tsan/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/CMakeLists.txt b/compiler-rt/lib/tsan/CMakeLists.txt index 8070abc578a..e1da319ccc8 100644 --- a/compiler-rt/lib/tsan/CMakeLists.txt +++ b/compiler-rt/lib/tsan/CMakeLists.txt @@ -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*) |