This is pure code motion, to ensure that the check if we have a valid llvmModule
comes before trying to set option on this module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144342
Fix potential crash in Flang generateLLVMIR() when MLIR fails to translate to LLVM ClosedPublic Authored by mehdi_amini on Feb 18 2023, 10:26 PM.
Details Summary This is pure code motion, to ensure that the check if we have a valid llvmModule
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 18 2023, 10:26 PM Herald added subscribers: stephenneuendorffer, jdoerfert. · View Herald TranscriptFeb 18 2023, 10:26 PM This revision is now accepted and ready to land.Feb 19 2023, 8:41 AM This revision was landed with ongoing or failed builds.Feb 19 2023, 8:56 AM Closed by commit rG723cd2e953d2: Fix potential crash in Flang generateLLVMIR() when MLIR fails to translate to… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 498656 flang/lib/Frontend/FrontendActions.cpp
|