[PATCH] D121736: Lower `@llvm.global_dtors` using `__cxa_atexit` on MachO
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 13:55:01 PDT 2022
yln added a comment.
Hi @Orlando and @RKSimon, would you be able to confirm that this version avoids the previous `opt: Unknown command line argument '-lower-global-dtors'` error?
Lit invocation:
`env LIT_FILTER='dtor' ninja check-llvm`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121736/new/
https://reviews.llvm.org/D121736
More information about the llvm-commits
mailing list