[Lldb-commits] [PATCH] D68537: Do not install lit-cpuid

2019-10-05 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. I'm afraid I don't. Learned all of it the hard way. But the minimal effort way is easy — you just install LLVM (with no other projects) first, then just cmake in specific other projects (clang, etc.). Getting tests to run usually requires having LLVM sources somewhere th

[Lldb-commits] [PATCH] D68537: Do not install lit-cpuid

2019-10-05 Thread Sylvestre Ledru via Phabricator via lldb-commits
sylvestre.ledru added a comment. Sure, happy to try, do you have some docs on this? Thanks :) CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68537/new/ https://reviews.llvm.org/D68537 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D68537: Do not install lit-cpuid

2019-10-05 Thread Michał Górny via Phabricator via lldb-commits
mgorny accepted this revision. mgorny added a comment. This revision is now accepted and ready to land. WFM. You should really switch to stand-alone builds to avoid this kind of issues and help us support it better ;-P. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68537/new/ https://r

[Lldb-commits] [PATCH] D68537: Do not install lit-cpuid

2019-10-05 Thread Sylvestre Ledru via Phabricator via lldb-commits
sylvestre.ledru created this revision. sylvestre.ledru added a reviewer: mgorny. Herald added a subscriber: delcypher. AFAIK, lit-cpuid is used by the tests. Installing it causes LLVMExports*.cmake files to depend on this program. It causes some serious packaging issues as it would means that llv