This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Add source line to TODO message
AbandonedPublic

Authored by jeanPerier on Feb 22 2021, 5:17 AM.

Details

Summary
  • Add a fatal error handler that can print a message with source location before aborting.
  • Replace TODO by TODO with mlir location where possible.
  • Introduce TODO_NOLOC for the few places where no source location is easily accessible.

Diff Detail

Event Timeline

jeanPerier created this revision.Feb 22 2021, 5:17 AM
jeanPerier requested review of this revision.Feb 22 2021, 5:17 AM
jeanPerier abandoned this revision.Feb 23 2021, 12:06 AM

Duplicate of D97190.