This gives a approximate error location. Although not very
accurate, it suffices to debug.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119684
[TableGen][VarLenCodeEmitterGen] Improve the error message ClosedPublic Authored by 0x59616e on Feb 13 2022, 6:45 PM.
Details Summary This gives a approximate error location. Although not very
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 15 2022, 8:30 PM This revision was landed with ongoing or failed builds.Feb 15 2022, 8:56 PM Closed by commit rG314155eb8fd4: [TableGen][VarLenCodeEmitterGen] Improve the error message (authored by 0x59616e). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409144 llvm/utils/TableGen/VarLenCodeEmitterGen.cpp
|
please initialize TheDef with nullptr in default ctor.