This is an archive of the discontinued LLVM Phabricator instance.

Only build lldb-tblgen if it's not a current target
ClosedPublic

Authored by lanza on Jul 16 2019, 9:40 PM.

Details

Summary

When doing standalone builds, you could potentially be building against
an llvm which also built lldb. If this were the case, you'd be
attempting to build this target twice.

Event Timeline

lanza created this revision.Jul 16 2019, 9:40 PM
xiaobai accepted this revision.Jul 17 2019, 11:03 AM

This is a pretty interesting use case to say the least. I don't see an issue with it though, so go for it.

This revision is now accepted and ready to land.Jul 17 2019, 11:03 AM
lanza closed this revision.Jul 17 2019, 6:27 PM