fix a fixme: don't create an explicit "CStringSection" for ELF,
authorChris Lattner <sabre@nondot.org>
Tue, 4 Aug 2009 16:19:50 +0000 (16:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Aug 2009 16:19:50 +0000 (16:19 +0000)
commit7e88a50428377813606c66ac47111d9c3ea44feb
treea7b7b353a52967fb9e978c9e450aab1f6804da4d
parent1850e5add1516e945bbabf7e456c305f4bd5cc6f
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
include/llvm/Target/TargetLoweringObjectFile.h
lib/Target/TargetLoweringObjectFile.cpp