https://llvm.org/bugs/show_bug.cgi?id=28092
Bug ID: 28092 Summary: Build docs shouldn't use relative paths Product: lldb Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: man...@mozilla.com CC: llvm-b...@lists.llvm.org Classification: Unclassified http://lldb.llvm.org/build.html#BuildingLldbOnLinux has a couple of places where it says "cmake .." instead of giving a path relative to $llvm or $lldb. It actually recommends keeping the build dir in $llvm/../llvm-build in the previous section, so `cmake ..` won't even work in the recommended version. Patch attached. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev