[llvm] [CodeGen] Update DwarfEHPreparePass references in `CodeGenPassBuilder.h` (PR #74068)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 10 16:21:34 PST 2023
================
@@ -339,7 +339,7 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
"nvptx-", "mips-", "lanai-", "hexagon-", "bpf-", "avr-",
"thumb2-", "arm-", "si-", "gcn-", "amdgpu-", "aarch64-",
"amdgcn-", "polly-", "riscv-", "dxil-"};
- std::vector<StringRef> PassNameContain = {"ehprepare"};
+ std::vector<StringRef> PassNameContain = {"-eh-prepare", "ehprepare"};
----------------
paperchalice wrote:
Yes, but `sjljehprepare` is not ported yet, I'm working on it.
https://github.com/llvm/llvm-project/pull/74068
More information about the llvm-commits
mailing list