This is an archive of the discontinued LLVM Phabricator instance.

[LLC] Add an inline assembly diagnostics handler.
ClosedPublic

Authored by sanwou01 on Feb 1 2017, 11:23 AM.

Details

Summary

llc would hit a fatal error for errors in inline assembly. The
diagnostics message is now printed.

Event Timeline

sanwou01 created this revision.Feb 1 2017, 11:23 AM
anemet edited edge metadata.Feb 1 2017, 11:27 AM

Do we already have this set up for clang?

Do we already have this set up for clang?

Yes, see .../clang/lib/CodeGen/CodeGenAction.cpp .

anemet accepted this revision.Feb 1 2017, 11:41 AM

Pretty straight-foward, LGTM.

This revision is now accepted and ready to land.Feb 1 2017, 11:41 AM
sanwou01 closed this revision.Feb 3 2017, 3:25 AM