summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVMDefinitions.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Avoid leading space in LLVM_DEFINITIONS.Pawel Bylica2015-10-121-1/+5
| | | | | | | | | | Summary: Unnecessary space at the beginning of LLVM_DEFINITIONS in cmake shared files can break projects that use the variable. Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D13432 llvm-svn: 250025
* cmake/*: Add svn:eol-style=native and fix CRLF.NAKAMURA Takumi2011-02-031-14/+13
| | | | llvm-svn: 124793
* Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes2011-01-271-1/+4
| | | | | | | | | llvm-config --cflags --cxxflags --cppflags We shouldn't impose those flags on people who use llvm-config for building their own projects. llvm-svn: 124399
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-0/+11
of compiler parameters explicitly added by the build specification. This macro replaces the cmake built-in `add_definitions'. Detects glibc and defines _GNU_SOURCE accordingly. Resolves bug 3882. llvm-svn: 68428
OpenPOWER on IntegriCloud