aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-06-16 15:02:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-06-16 15:02:21 +0000
commit4c3376de0ac7860aa45dc14b87cc7adff116c713 (patch)
treee7f519ae1cc9e48316c78e57a1c00da697a2d3db /clang/lib/Frontend/CompilerInvocation.cpp
parent1236ac388d931d713d980d0397fc4e6c4e7fef10 (diff)
downloadllvm-4c3376de0ac7860aa45dc14b87cc7adff116c713.zip
llvm-4c3376de0ac7860aa45dc14b87cc7adff116c713.tar.gz
llvm-4c3376de0ac7860aa45dc14b87cc7adff116c713.tar.bz2
[cmake] Switch python install to use an 'install(DIRECTORY...)' cmake
command instead of a script. In addition to cleaning things up, this allows more easy access to the variables. In the old version, it tried to pass variables as -D flags to cmake, but this didn't actually work. CMake drops all of those arguments on the floor (try passing garbage through them) and just picks up the limited subset of pre-defined macros. So, for example, this fixes the build with LLVM_LIBDIR_SUFFIX=64 which is how I ended up here. =] llvm-svn: 211028
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions