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 | eee9df0e9704432327df34bb12f96bf95a7315b5 (patch) | |
| tree | 8ee76c5f5449a6606826668dfa60af9d2c1774e6 /llvm/include | |
| parent | 81bbf443fe473ad3f03e5e8ec8752fd3da2995a6 (diff) | |
| download | bcm5719-llvm-eee9df0e9704432327df34bb12f96bf95a7315b5.tar.gz bcm5719-llvm-eee9df0e9704432327df34bb12f96bf95a7315b5.zip | |
fix a fixme: don't create an explicit "CStringSection" for ELF,
it is just being used as a prefix, so forward substitute it directly.
llvm-svn: 78067
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Target/TargetLoweringObjectFile.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/llvm/include/llvm/Target/TargetLoweringObjectFile.h b/llvm/include/llvm/Target/TargetLoweringObjectFile.h index 76cf2aeec1a..3715a6585ac 100644 --- a/llvm/include/llvm/Target/TargetLoweringObjectFile.h +++ b/llvm/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; | 

