commit | a8ddcaa55ffc1b6e0851410402b280461978c1bd | [log] [tgz] |
---|---|---|
author | Javed Absar <javed.absar@arm.com> | Thu May 11 12:28:08 2017 +0000 |
committer | Javed Absar <javed.absar@arm.com> | Thu May 11 12:28:08 2017 +0000 |
tree | c6a2e7d88c7ec093fe67f0eef61dc2ebf4085353 | |
parent | 9651b57a88a63c3c935e329e93f885f3853c5b7f [diff] |
[IR] Allow attributes with global variables This patch extends llvm-ir to allow attributes to be set on global variables. An RFC was sent out earlier by my colleague James Molloy: http://lists.llvm.org/pipermail/cfe-dev/2017-March/053100.html A key part of that proposal was to extend LLVM-IR to carry attributes on global variables. This generic feature could be useful for multiple purposes. In our present context, it would be useful to carry user specified sections for bss/rodata/data. Reviewed by: Jonathan Roelofs, Reid Kleckner Differential Revision: https://reviews.llvm.org/D32009 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302794 91177308-0d34-0410-b5e6-96231b3b80d8