summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorCharles Davis <cdavis@mines.edu>2011-05-26 05:35:55 +0000
committerCharles Davis <cdavis@mines.edu>2011-05-26 05:35:55 +0000
commit936847ddf50ef7d7629b74aabf666bbc695abcf6 (patch)
tree35af935afbf6dc582fd55a58b5f016daf2b5a784 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent4461beea0458887d8c31b5a9ee8755bb797af3c4 (diff)
downloadbcm5719-llvm-936847ddf50ef7d7629b74aabf666bbc695abcf6.tar.gz
bcm5719-llvm-936847ddf50ef7d7629b74aabf666bbc695abcf6.zip
Revert r132111. I built Release (without Asserts), so I didn't know about the
assert that prevented setting alignment on section creation. llvm-svn: 132113
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index 11625214c66..e9cfe43e6d4 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -994,7 +994,6 @@ void TargetLoweringObjectFileCOFF::Initialize(MCContext &Ctx,
PDataSection =
getContext().getCOFFSection(".pdata",
COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
- COFF::IMAGE_SCN_ALIGN_4BYTES |
COFF::IMAGE_SCN_MEM_READ |
COFF::IMAGE_SCN_MEM_WRITE,
SectionKind::getDataRel());
@@ -1002,7 +1001,6 @@ void TargetLoweringObjectFileCOFF::Initialize(MCContext &Ctx,
XDataSection =
getContext().getCOFFSection(".xdata",
COFF::IMAGE_SCN_CNT_INITIALIZED_DATA |
- COFF::IMAGE_SCN_ALIGN_4BYTES |
COFF::IMAGE_SCN_MEM_READ |
COFF::IMAGE_SCN_MEM_WRITE,
SectionKind::getDataRel());
OpenPOWER on IntegriCloud