Need to cast the argument for the debug wrapper function call to the
corresponding parameter type to avoid crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99617
[OPENMP]Fix PR48607: Crash during clang openmp codegen for firstprivate() of `float _Complex`. ClosedPublic Authored by ABataev on Mar 30 2021, 1:15 PM.
Details Summary Need to cast the argument for the debug wrapper function call to the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 30 2021, 1:37 PM
This revision was landed with ongoing or failed builds.Mar 30 2021, 1:44 PM Closed by commit rGe2c7bf08cc8e: [OPENMP]Fix PR48607: Crash during clang openmp codegen for firstprivate() of… (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 334264 clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/debug-info-complex-byval.cpp
|
leftover?