diff options
author | Brain Swift <bsp2bsp-llvm@yahoo.com> | 2021-09-20 18:15:35 +0530 |
---|---|---|
committer | Shivam Gupta <shivam98.tkg@gmail.com> | 2021-09-20 18:19:08 +0530 |
commit | fae57a6a9795eccfa349270b110c09524e341abd (patch) | |
tree | b7880adc01b83480f7b615b1c97f9436d6e45827 /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 3f90df22f1b72932016102daf8e92e99252e5589 (diff) | |
download | llvm-fae57a6a9795eccfa349270b110c09524e341abd.zip llvm-fae57a6a9795eccfa349270b110c09524e341abd.tar.gz llvm-fae57a6a9795eccfa349270b110c09524e341abd.tar.bz2 |
[Clang] [Fix] Clang build fails when build directory contains space character
Clang build fails when build directory contains space character.
Error messages:
[ 95%] Linking CXX executable ../../../../bin/clang
clang: error: no such file or directory: 'Space/Net/llvm/Build/tools/clang/tools/driver/Info.plist'
make[2]: *** [bin/clang-14] Error 1
make[1]: *** [tools/clang/tools/driver/CMakeFiles/clang.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
The path name is actually:
'Dev Space/Net/llvm/Build/tools/clang/tools/driver/Info.plist'
Bugzilla issue - https://bugs.llvm.org/show_bug.cgi?id=51884
Reporter and patch author - Brain Swift <bsp2bsp-llvm@yahoo.com>
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D109979
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions