]> granicus.if.org Git - llvm/commitdiff
[build] Remove a stray comment. NFC
authorShoaib Meenai <smeenai@fb.com>
Tue, 12 Feb 2019 02:25:27 +0000 (02:25 +0000)
committerShoaib Meenai <smeenai@fb.com>
Tue, 12 Feb 2019 02:25:27 +0000 (02:25 +0000)
The CMake change associated with this comment was removed but the
comment got left behind. Add a newline instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353793 91177308-0d34-0410-b5e6-96231b3b80d8

runtimes/CMakeLists.txt

index 98f7f0c8581b5c57d3b3d8bd328a54c17104e3a1..113afb0cf0dbf55857cccb52285e87611f7530bd 100644 (file)
@@ -101,7 +101,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
 
   # Avoid checking whether the compiler is working.
   set(LLVM_COMPILER_CHECKED ON)
-  # Mark the compiler as compatible with GCC.
+
   # Enable warnings, otherwise -w gets added to the cflags by HandleLLVMOptions
   # resulting in unjustified successes by check_cxx_compiler_flag.
   set(LLVM_ENABLE_WARNINGS ON)