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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev