diff options
author | Shoaib Meenai <smeenai@fb.com> | 2019-02-12 02:25:27 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2019-02-12 02:25:27 +0000 |
commit | 9e624d54100b0c59f980bd0ffbe15d2b2abe7bb5 (patch) | |
tree | 065b23f8267d1b74ef24e11a326d744d66ad7d3d /llvm/runtimes | |
parent | cdbb9dc9625a8ce14cb0841a4aab613b0ead23d1 (diff) | |
download | bcm5719-llvm-9e624d54100b0c59f980bd0ffbe15d2b2abe7bb5.tar.gz bcm5719-llvm-9e624d54100b0c59f980bd0ffbe15d2b2abe7bb5.zip |
[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.
llvm-svn: 353793
Diffstat (limited to 'llvm/runtimes')
-rw-r--r-- | llvm/runtimes/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtimes/CMakeLists.txt b/llvm/runtimes/CMakeLists.txt index 98f7f0c8581..113afb0cf0d 100644 --- a/llvm/runtimes/CMakeLists.txt +++ b/llvm/runtimes/CMakeLists.txt @@ -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) |