llvm-project/lldb/cmake/modules
Tamas Berghammer e7ec227839 Disable the strict-aliasing warnings produced by gcc
GCC produce a lot of strict-aliasing warning for the LLDB codebase
what makes reading the compile output very difficult. This change
disable these warnings to reduce the noise as we already ignore them.

We should consider re-enabling the warning if we fix all (or most)
strict-aliasing violation first.

Differential revision: http://reviews.llvm.org/D13981

llvm-svn: 251107
2015-10-23 10:34:53 +00:00
..
AddLLDB.cmake cmake: provide flag that enables 'log enable --stack' to provide useful file/function info on POSIX systems 2015-10-14 14:52:15 +00:00
LLDBConfig.cmake Disable the strict-aliasing warnings produced by gcc 2015-10-23 10:34:53 +00:00
LLDBStandalone.cmake Teach CMake to find versions of Python != 2.7 2015-10-06 21:11:15 +00:00