[llvm-commits] [PATCH][RFC] Disable data region directives

Joe Abbey jabbey at arxan.com
Sat Nov 17 14:18:18 PST 2012


I'm not sure if other assemblers are affected by this... but Apple cctools-807~393 (Xcode 4.4.1) chokes on .data_region pseudo-ops.  Xcode 4.5.2 doesn't seem to have any problems with it.

I propose the following patch to disable data region directive generation:

  -disable-data-region-directives         - Disable data region directives which older assemblers reject

Looking back to r157062 I see that this should only affect introspection of object files and fully-linked binaries.  However if there are any other side-effects please let me know.

Ok to commit?

Joe
______________________________
Joe Abbey
Director of Software Development
Arxan Technologies
jabbey at arxan.com<mailto:jabbey at arxan.com> www.arxan.com<http://www.arxan.com/>
Protecting the App Economy™


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121117/b97b9360/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: disable-data-region-directives.patch
Type: application/octet-stream
Size: 3670 bytes
Desc: disable-data-region-directives.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121117/b97b9360/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121117/b97b9360/attachment.htm>


More information about the llvm-commits mailing list