commit | d3abd0b648dd795dc481cc06169714738eb9bbdc | [log] [tgz] |
---|---|---|
author | Robert Lytton <robert@xmos.com> | Tue Feb 11 10:36:26 2014 +0000 |
committer | Robert Lytton <robert@xmos.com> | Tue Feb 11 10:36:26 2014 +0000 |
tree | 2f9810bcff0e274928ebc36fb8acfabdb7e2cc76 | |
parent | 04a573a41f037eae148f70bf2038602f7e32dd71 [diff] |
XCore target: fix const section handling Xcore target ABI requires const data that is externally visible to be handled differently if it has C-language linkage rather than C++ language linkage. Clang now emits ".cp.rodata" section information. All other externally visible constant data will be placed in the DP section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201144 91177308-0d34-0410-b5e6-96231b3b80d8