Disable -Wcomment when building with GCC.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 6 May 2014 09:46:06 +0000 (09:46 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 6 May 2014 09:46:06 +0000 (09:46 +0000)
commit0e8c40d6439acdc2a31f2c1c4eab5d547baa01a6
tree46287c25fcd2011e10bdae3909c86b4e3d9a00a9
parent64cd55a12676cf108f89438dfa7b47b9c1cf0b75
Disable -Wcomment when building with GCC.

GCC version of -Wcomment is not compatible with ascii art graph diagrams.

Reverts r207629.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208073 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake
unittests/Analysis/LazyCallGraphTest.cpp