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 | ec409759e94cc395e4896ba6ade3fa77200c5cfd (patch) | |
tree | 3c6716c04a076c6d27d0cb82698c844703859ba0 /include/llvm/Target/TargetLoweringObjectFile.h | |
parent | 7e88a50428377813606c66ac47111d9c3ea44feb (diff) |
enhance codegen to put 16-bit character strings into the
__TEXT,__ustring section on darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLoweringObjectFile.h')
-rw-r--r-- | include/llvm/Target/TargetLoweringObjectFile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h index 3715a6585a..10ce48158a 100644 --- a/include/llvm/Target/TargetLoweringObjectFile.h +++ b/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; |