commit | c93fc11f36c5d9c85c471bb36367d30885a56087 | [log] [tgz] |
---|---|---|
author | Tom Stellard <thomas.stellard@amd.com> | Thu Dec 10 02:13:01 2015 +0000 |
committer | Tom Stellard <thomas.stellard@amd.com> | Thu Dec 10 02:13:01 2015 +0000 |
tree | 1e26a1d42b1cf42d9c8bfee59798a316eac4ed34 | |
parent | b3c3bda512712feb662ae03758dfb6fc0c05fe20 [diff] |
AMDGPU/SI: Emit constant arrays in the .text section Summary: This allows us to remove the END_OF_TEXT_LABEL hack we had been using and simplifies the fixups used to compute the address of constant arrays. Reviewers: arsenm Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D15257 llvm-svn: 255204