This is an archive of the discontinued LLVM Phabricator instance.

Use LLVM version string
ClosedPublic

Authored by sas on Oct 30 2017, 12:25 PM.

Details

Summary

macOS builds of LLDB use the bundle version from
tools/driver/lldb-Info.plist. That file hasn't been updated since the 4.0
release so the version we print provides no value. I also think that even if it
were up to date, that number has no meaning and displaying the version from the
LLVM tree is more valuable.

I know that Apple folks have some form of override for the clang version to
match the Xcode version, so it'd make sense for them to do the same for LLDB.

Diff Detail

Repository
rL LLVM

Event Timeline

sas created this revision.Oct 30 2017, 12:25 PM
This revision was automatically updated to reflect the committed changes.