[PATCH] [lld] Start of a test suite for the Darwin driver

Joe Ranieri joe at alacatialabs.com
Mon May 20 15:42:09 PDT 2013


The ld64_test patch adds basic infrastructure for testing that the Darwin
driver is parsing and validating command line arguments correctly. A flag,
-dump_args, has been added to the driver that will print out all of the
command line arguments that would create the MachOTargetInfo. This includes
arguments whose values are deduced by MachOTargetInfo::validate.

The ld64_executable_fix patch fixes the handling of the static executables,
making the test added in the first patch pass.

-- Joe Ranieri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130520/61c1cb50/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ld64_executable_fix.diff
Type: application/octet-stream
Size: 1752 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130520/61c1cb50/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ld64_test.diff
Type: application/octet-stream
Size: 5486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130520/61c1cb50/attachment-0001.obj>


More information about the llvm-commits mailing list