[Lldb-commits] [PATCH] D46669: Retrieve the deployment target when retrieving an object file's triple

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 9 18:11:33 PDT 2018


aprantl created this revision.
aprantl added a reviewer: jasonmolenda.
Herald added a subscriber: mgorny.

Getting the deployment target can be significant information when rebuilding clang modules since availability information could depend on it. The unittest is cargo-culted from the ELF unit tests.

rdar://problem/40039633


https://reviews.llvm.org/D46669

Files:
  source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  unittests/ObjectFile/CMakeLists.txt
  unittests/ObjectFile/MachO/CMakeLists.txt
  unittests/ObjectFile/MachO/Inputs/lc_version_min.yaml
  unittests/ObjectFile/MachO/TestObjectFileMachO.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46669.146044.patch
Type: text/x-patch
Size: 12282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180510/52edd2bf/attachment-0001.bin>


More information about the lldb-commits mailing list