[llvm] r353793 - [build] Remove a stray comment. NFC

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 18:25:27 PST 2019


Author: smeenai
Date: Mon Feb 11 18:25:27 2019
New Revision: 353793

URL: http://llvm.org/viewvc/llvm-project?rev=353793&view=rev
Log:
[build] Remove a stray comment. NFC

The CMake change associated with this comment was removed but the
comment got left behind. Add a newline instead.

Modified:
    llvm/trunk/runtimes/CMakeLists.txt

Modified: llvm/trunk/runtimes/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtimes/CMakeLists.txt?rev=353793&r1=353792&r2=353793&view=diff
==============================================================================
--- llvm/trunk/runtimes/CMakeLists.txt (original)
+++ llvm/trunk/runtimes/CMakeLists.txt Mon Feb 11 18:25:27 2019
@@ -101,7 +101,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_
 
   # 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)




More information about the llvm-commits mailing list