llvm-project/llvm/cmake
Edwin Vane a9c5bb3ff3 Turn off uninitialized-use warnings for gcc in cmake build
Added support to the cmake build to turn off uninitialized use warnings
for gcc. This cleans the build up somewhat.

Used logic simpler than found in autoconf by making use of the fact that
although gcc won't complain about unsupported -Wno-* flags it *will*
complain about unsupported -W flags.

Reviewers: gribozavr, doug.gregor, chandlerc
llvm-svn: 174299
2013-02-04 02:32:44 +00:00
..
modules Turn off uninitialized-use warnings for gcc in cmake build 2013-02-04 02:32:44 +00:00
platforms CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
README CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
config-ix.cmake Turn off uninitialized-use warnings for gcc in cmake build 2013-02-04 02:32:44 +00:00

README

See docs/CMake.html for instructions on how to build LLVM with CMake.