[PATCH][CMake] Add target to generate td file with all records

Adam Nemet anemet at apple.com
Thu May 29 18:19:42 PDT 2014


This is the cmake version of r208056 that was requested by James Molloy.  For
now I only added X86 for the sake of the review.  I'll add the rest as obvious
later.

This is the closest I could get to the make version.  I didn't want
td.expanded to be generate by default, so I added a new target for it.  Looks
like that there is no way to simply have the file name match the rule with
add_custom_target as in make (you'd need add_executable or add_library for
that).

Please let me know if this looks good.

Thanks,
Adam

-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMake-Add-target-to-generate-td-file-with-all-record.patch
Type: application/octet-stream
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140529/1f1e79c0/attachment.obj>


More information about the llvm-commits mailing list