author | Oscar Fuentes <ofv@wanadoo.es> | |
Sat, 4 Apr 2009 22:41:07 +0000 (22:41 +0000) | ||
committer | Oscar Fuentes <ofv@wanadoo.es> | |
Sat, 4 Apr 2009 22:41:07 +0000 (22:41 +0000) | ||
commit | 9a0107db7237d55e23ac0c2399bab46e8cf94b34 | |
tree | 71560feb3e7eda2b4c25269cd513f0112a8e98b1 | tree | snapshot (tar.xz tar.gz zip) |
parent | 903bcc4a5a8f7438f44ac74ea9e8d63ce8e2c8a1 | commit | diff |
CMake: defines and uses macro add_llvm_definitions for keeping track
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68428 91177308-0d34-0410-b5e6-96231b3b80d8
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68428 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt | diff | blob | history | |
cmake/config-ix.cmake | diff | blob | history | |
cmake/modules/AddLLVMDefinitions.cmake | [new file with mode: 0644] | blob |
tools/llvm-config/CMakeLists.txt | diff | blob | history |