[Lldb-commits] [PATCH] D65949: unittests: Use yaml2obj as a library instead of an external process
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 8 06:31:52 PDT 2019
labath created this revision.
labath added reviewers: JDevlieghere, aadsm.
Herald added subscribers: arichardson, mgorny, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: jdoerfert.
Recently, yaml2obj has been turned into a library. This means we can use
it from our unit tests directly, instead of shelling out to an external
process. This patch does just that.
https://reviews.llvm.org/D65949
Files:
unittests/Core/CMakeLists.txt
unittests/Core/Inputs/mangled-function-names.yaml
unittests/Core/MangledTest.cpp
unittests/ObjectFile/ELF/CMakeLists.txt
unittests/ObjectFile/ELF/Inputs/sections-resolve-consistently.yaml
unittests/ObjectFile/ELF/TestObjectFileELF.cpp
unittests/Symbol/CMakeLists.txt
unittests/Symbol/Inputs/basic-call-frame-info.yaml
unittests/Symbol/Inputs/inlined-functions.yaml
unittests/Symbol/TestDWARFCallFrameInfo.cpp
unittests/Symbol/TestLineEntry.cpp
unittests/TestingSupport/CMakeLists.txt
unittests/TestingSupport/TestUtilities.cpp
unittests/TestingSupport/TestUtilities.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65949.214135.patch
Type: text/x-patch
Size: 103812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190808/acb43a02/attachment-0001.bin>
More information about the lldb-commits
mailing list