XCore target: add section information.
authorRobert Lytton <robert@xmos.com>
Tue, 11 Feb 2014 10:34:51 +0000 (10:34 +0000)
committerRobert Lytton <robert@xmos.com>
Tue, 11 Feb 2014 10:34:51 +0000 (10:34 +0000)
commit15abd1881ff232a33f98a30c0d5b7e145a83e82c
tree7a6c1cc3a8782cc3848d072d5dd117868b3b3651
parent8e95d4e0758869e3172d23153f74e351f6238057
XCore target: add section information.

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.

llvm-svn: 201142
clang/lib/CodeGen/CodeGenModule.cpp
clang/test/CodeGen/xcore-abi.c