diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-04 16:19:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-04 16:19:50 +0000 |
commit | 7e88a50428377813606c66ac47111d9c3ea44feb (patch) | |
tree | a7b7b353a52967fb9e978c9e450aab1f6804da4d /include/llvm/Target/TargetLoweringObjectFile.h | |
parent | 1850e5add1516e945bbabf7e456c305f4bd5cc6f (diff) |
fix a fixme: don't create an explicit "CStringSection" for ELF,
it is just being used as a prefix, so forward substitute it directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLoweringObjectFile.h')
-rw-r--r-- | include/llvm/Target/TargetLoweringObjectFile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetLoweringObjectFile.h b/include/llvm/Target/TargetLoweringObjectFile.h index 76cf2aeec1..3715a6585a 100644 --- a/include/llvm/Target/TargetLoweringObjectFile.h +++ b/include/llvm/Target/TargetLoweringObjectFile.h @@ -187,8 +187,6 @@ protected: /// const MCSection *TLSBSSSection; // Defaults to ".tbss". - const MCSection *CStringSection; - const MCSection *DataRelSection; const MCSection *DataRelLocalSection; const MCSection *DataRelROSection; |