[PATCH] D48452: [DWARFv5] Allow ".loc 0" to refer to the root file

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 14:21:05 PDT 2018


probinson added inline comments.


================
Comment at: llvm/test/MC/ELF/dwarf-loc0.s:4
+# REQUIRES: default_triple
+# Darwin is stuck on DWARF v2.
+# XFAIL: darwin
----------------
aprantl wrote:
> That's not true. The default DWARF version for Darwin is 4.
Okay... Have things changed recently?  I copied this comment from a test I added in March.  At that time, it took me 3 tries to commit a previous file-0 related patch, and the first attempt did not have this comment in it but the last one did.  I doubt I would have made such a statement without somebody telling me that was so.

I'm happy to take it out but I don't have a way to verify it will work on Darwin without actually committing it.


Repository:
  rL LLVM

https://reviews.llvm.org/D48452





More information about the llvm-commits mailing list