[PATCH] D54348: Permit multiple .file directives with -g

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 10:54:25 PST 2018


probinson added a comment.

It looks like this patch would fail to reject cases such as:

  .file 1 "a.c"
  .file 1 "b.c"

and if that's true, it's a problem.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54348/new/

https://reviews.llvm.org/D54348





More information about the llvm-commits mailing list