aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2020-03-20 17:36:12 -0700
committerEric Christopher <echristo@gmail.com>2020-03-20 17:36:12 -0700
commitfc7233d77441d7add8d2d921c23782145dc40813 (patch)
treeb59a086b7fb239639d3287811028beb199906d92 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parent1ae737a7c6ae90f6d52c328301df4356800cff13 (diff)
downloadllvm-fc7233d77441d7add8d2d921c23782145dc40813.zip
llvm-fc7233d77441d7add8d2d921c23782145dc40813.tar.gz
llvm-fc7233d77441d7add8d2d921c23782145dc40813.tar.bz2
Temporarily Revert "[X86] Reland D71360 Clean up UseInitArray initialization for X86ELFTargetObjectFile"
as it's causing msan failures. This reverts commit 7899fe9da8d8df6f19ddcbbb877ea124d711c54b.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
index dedb673..8f1c342 100644
--- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
@@ -108,7 +108,6 @@ void TargetLoweringObjectFileELF::Initialize(MCContext &Ctx,
TM = &TgtM;
CodeModel::Model CM = TgtM.getCodeModel();
- InitializeELF(TgtM.Options.UseInitArray);
switch (TgtM.getTargetTriple().getArch()) {
case Triple::arm: