This is an archive of the discontinued LLVM Phabricator instance.

Use LLDB_SRC for relative paths
ClosedPublic

Authored by beanz on Oct 11 2016, 2:09 PM.

Details

Summary

Going from LLDB_SRC instead of the file path is safer when looking for compiler-rt. Also need to add support for looking inside the LLVM runtimes subdirectory.

Eventually we should just get CMake to provide these paths during configuration.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 74295.Oct 11 2016, 2:09 PM
beanz retitled this revision from to Use LLDB_SRC for relative paths.
beanz updated this object.
beanz added reviewers: tfiala, zturner.
beanz added a subscriber: lldb-commits.
zturner accepted this revision.Oct 11 2016, 3:59 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Oct 11 2016, 3:59 PM
This revision was automatically updated to reflect the committed changes.
tfiala edited edge metadata.Oct 13 2016, 9:34 AM

(Retro) LGTM.