This is an archive of the discontinued LLVM Phabricator instance.

[Assembler] Inline assembly diagnostics test.
AbandonedPublic

Authored by sanwou01 on Feb 1 2017, 12:03 PM.

Details

Reviewers
rengolin
echristo
Summary

Add a test for improved inline assembly diagnostics in llvm.

Event Timeline

sanwou01 created this revision.Feb 1 2017, 12:03 PM
sanwou01 updated this revision to Diff 87461.Feb 7 2017, 8:43 AM

Update the tests. Note that the diagnostics for backend errors are missing the
"instantiated into assembly here" messages. This is unfortunate but expected:
the origin information is no longer available at this stage.

sanwou01 abandoned this revision.Feb 20 2017, 7:18 AM