summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorOleg Ranevskyy <oranevskyy@accesssoftek.com>2017-01-26 18:16:02 +0000
committerOleg Ranevskyy <oranevskyy@accesssoftek.com>2017-01-26 18:16:02 +0000
commit41abca43550569a8640ddfc71247bb31f8cdbd47 (patch)
tree9fa78d38ae9223b28146653516d30cacf4e6de54 /clang/lib/CodeGen/CodeGenFunction.cpp
parent5d55a6c69d083146112a2ed0152a427346083ffd (diff)
downloadbcm5719-llvm-41abca43550569a8640ddfc71247bb31f8cdbd47.tar.gz
bcm5719-llvm-41abca43550569a8640ddfc71247bb31f8cdbd47.zip
[Compiler-rt] Broken compiler-rt CMake configuring on Windows
Summary: Hi Michal, Would you be able to review this simple fix, please? Since r291504 compiler-rt uses `llvm-config --cmakedir` to get the path to the LLVM CMake modules. On Windows this option returns Windows style path with backslashes. CMake treats backslashes as beginning of an escaped character and thus fails to append the path to `CMAKE_MODULE_PATH`. Reviewers: compnerd, mgorny Reviewed By: mgorny Subscribers: compnerd, llvm-commits, dberris Differential Revision: https://reviews.llvm.org/D28908 llvm-svn: 293195
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud