[Lldb-commits] [lldb] b78157c - [intel-pt] Implement a basic test case

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 2 23:29:35 PDT 2020


On 02/04/2020 20:37, Walter Erquinigo via lldb-commits wrote:
> - Now using a env var to determine whether to run the test, as
> someone might have built liblldbIntelFeatures.so without intelPT
> support, which would make this test fail.

That's a very nonstandard way of doing things. I don't think we should
be doing that.

Is there any way of checking this automatically (for example, by looking
at /proc/cpuinfo)? We could then have a test decorator or a test
category to annotate these tests with...

pl


More information about the lldb-commits mailing list