[llvm] Minimal unwinding information (DWARF CFI) checker (PR #145633)
AmirHossein PashaeeHir via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 10:34:32 PDT 2025
================
@@ -519,8 +526,16 @@ int main(int argc, char **argv) {
std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo());
assert(MCII && "Unable to create instruction info!");
+ std::unique_ptr<FunctionUnitUnwindInfoAnalyzer> FUUIA(
----------------
amsen20 wrote:
Fixed
https://github.com/llvm/llvm-project/pull/145633
More information about the llvm-commits
mailing list