llvm-project/lldb/tools/lldb-test
Pavel Labath 62a7f80af7 Add a test for reading lld-generated build-ids
Summary:
This test makes sure we are able to read the shorter build-ids which are
generated by lld.

To make this work, I've extended lldb-test to print the UUID of the
loaded object file. I've renamed the lldb-test subcommand from
"module-sections" to "object-file" to reflect the fact it prints more
than just the sections.

I've also added the module Architecture to the output, so we could avoid
printing the entire symbol file information just to get the ArchSpec
details in the lc_version_min test (which was also the only test in it's
folder not using the module-sections command).

Reviewers: aprantl, zturner

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D48646

llvm-svn: 335967
2018-06-29 12:15:54 +00:00
..
CMakeLists.txt
FormatUtil.cpp
FormatUtil.h
SystemInitializerTest.cpp Move ObjectFile initialization out of SystemInitializerCommon 2018-05-24 12:44:18 +00:00
SystemInitializerTest.h
lldb-test.cpp Add a test for reading lld-generated build-ids 2018-06-29 12:15:54 +00:00