This is an archive of the discontinued LLVM Phabricator instance.

Use ClangASTContext for compile units with language eLanguageTypeMipsAssembler
ClosedPublic

Authored by tberghammer on Sep 18 2015, 7:29 AM.

Details

Summary

Use ClangASTContext for compile units with language eLanguageTypeMipsAssembler

Both GNU AS and LLVM emits language type DW_LANG_Mips_Assembler for all assembly code.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Use ClangASTContext for compile units with language eLanguageTypeMipsAssembler.
tberghammer updated this object.
tberghammer added reviewers: jingham, dawn.
tberghammer added a subscriber: lldb-commits.
dawn accepted this revision.Sep 18 2015, 12:56 PM
dawn edited edge metadata.

lgtm :)

This revision is now accepted and ready to land.Sep 18 2015, 12:56 PM
This revision was automatically updated to reflect the committed changes.