Jonathan Ragan-Kelley
2012-Feb-03 19:46 UTC
[LLVMdev] Build fails when in a path containing spaces
I've run into what appears to be an odd bug with the autoconf-based build when run in a path containing spaces: LLVM_SRC_ROOT := $(call realpath, /path/with some/spaces) in Makefile.config returns empty string, while: LLVM_SRC_ROOT := $(call realpath, /path/without/spaces) returns the expected "/path/without/spaces". This breaks the build from the very start. (This is on Ubuntu 11.10.) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120203/8fc6143e/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3754 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120203/8fc6143e/attachment.bin>
NAKAMURA Takumi
2012-Feb-10 01:33 UTC
[LLVMdev] Build fails when in a path containing spaces
Jonathan, See also; http://llvm.org/bugs/show_bug.cgi?id=10979 We assume build dir must be sane. It would be a bug, if generated toolchain (clang, llc, opt &c) did not accept whitespace paths. ...Takumi
Possibly Parallel Threads
- [LLVMdev] Atomic ops cannot be built from C/OCaml bindings
- [LLVMdev] Atomic ops cannot be built from C/OCaml bindings
- [LLVMdev] Atomic ops cannot be built from C/OCaml bindings
- [LLVMdev] truncstore fails in PTX backend
- [LLVMdev] PTX backend support for atomics