diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-04 16:27:13 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-04 16:27:13 +0000 |
| commit | f222054df72840c1d3472e30461570c86b639110 (patch) | |
| tree | ad18528426de6171eefc9085254343ce76e88c33 /llvm/include | |
| parent | eee9df0e9704432327df34bb12f96bf95a7315b5 (diff) | |
| download | bcm5719-llvm-f222054df72840c1d3472e30461570c86b639110.tar.gz bcm5719-llvm-f222054df72840c1d3472e30461570c86b639110.zip | |
enhance codegen to put 16-bit character strings into the
__TEXT,__ustring section on darwin.
llvm-svn: 78068
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Target/TargetLoweringObjectFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetLoweringObjectFile.h b/llvm/include/llvm/Target/TargetLoweringObjectFile.h index 3715a6585ac..10ce48158ae 100644 --- a/llvm/include/llvm/Target/TargetLoweringObjectFile.h +++ b/llvm/include/llvm/Target/TargetLoweringObjectFile.h @@ -224,6 +224,7 @@ public: class TargetLoweringObjectFileMachO : public TargetLoweringObjectFile { const MCSection *CStringSection; + const MCSection *UStringSection; const MCSection *TextCoalSection; const MCSection *ConstTextCoalSection; const MCSection *ConstDataCoalSection; |

