[PATCH] D16101: Don't crash when compiling inline assembler containing .file directives with clang -g.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 8 23:09:00 PST 2016


echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.

LGTM, might want to add a comment about "this is safe to do because any module level inline assembly would be emitted in doInitialization" or something like that.

Kinda surprised this worked at all - even with this patch. :)


Repository:
  rL LLVM

http://reviews.llvm.org/D16101





More information about the llvm-commits mailing list