aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2022-03-15 13:01:22 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2022-03-15 13:01:35 +0000
commit7262eacd41997d7ca262d83367e28998662c1b21 (patch)
treeb8486409413b99b1b47ddc751483d8b96d7a5786 /llvm/lib/CodeGen/CodeGen.cpp
parent991dc4b4e012ce8c7b631ae750ae6e070365c6db (diff)
downloadllvm-7262eacd41997d7ca262d83367e28998662c1b21.zip
llvm-7262eacd41997d7ca262d83367e28998662c1b21.tar.gz
llvm-7262eacd41997d7ca262d83367e28998662c1b21.tar.bz2
Revert rG9c542a5a4e1ba36c24e48185712779df52b7f7a6 "Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO"
Mane of the build bots are complaining: Unknown command line argument '-lower-global-dtors'
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index d501838..7e7fb42 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -58,7 +58,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeLiveStacksPass(Registry);
initializeLiveVariablesPass(Registry);
initializeLocalStackSlotPassPass(Registry);
- initializeLowerGlobalDtorsLegacyPassPass(Registry);
initializeLowerIntrinsicsPass(Registry);
initializeMIRAddFSDiscriminatorsPass(Registry);
initializeMIRCanonicalizerPass(Registry);