[LLVMbugs] [Bug 23480] New: LLVMHello compile fails with blank in Path
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 11 08:34:32 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23480
Bug ID: 23480
Summary: LLVMHello compile fails with blank in Path
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: der at oelgoetze.de
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Hello,
I am not sure were exactly the problem lives, but you can not build LLVMHello
when your path has a blank character.
jan at xym:/tmp2/svn lol/build$ make LLVMHello
Built target LLVMHello_exports
Linking CXX shared module ../../LLVMHello.so
c++: error: lol/build/lib/Transforms/Hello/LLVMHello.exports: No such file or
directory
lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/build.make:85: recipe for target
'lib/LLVMHello.so' failed
make[3]: *** [lib/LLVMHello.so] Error 1
CMakeFiles/Makefile2:1685: recipe for target
'lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/all' failed
make[2]: *** [lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/all] Error 2
CMakeFiles/Makefile2:1697: recipe for target
'lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/rule' failed
make[1]: *** [lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/rule] Error 2
Makefile:612: recipe for target 'LLVMHello' failed
make: *** [LLVMHello] Error 2
jan at xym:/tmp2/svn lol/build$
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150511/b9ce4469/attachment.html>
More information about the llvm-bugs
mailing list