[PATCH] D44054: [DWARFv5] Emit file 0 to the line table.

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 06:25:05 PDT 2018


dstenb added a comment.

With this change, we will emit the .file 0 directive even for -gdwarf-[234]. The directive results in an error when assembling with GAS. Should this be seen as a problem, or is it something that we accept?

In general, when using -gdwarf-[234], to what degree should clang/LLVM be compatible with assemblers and other tools that only partially support DWARFv5?


Repository:
  rL LLVM

https://reviews.llvm.org/D44054





More information about the llvm-commits mailing list