[PATCH] D105662: Fix incorrect DWARF 5 file name 0 when using -no-integrated-as
Omar Sandoval via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 15:20:20 PDT 2021
osandov added a comment.
> Got a link to conversations, patches, etc, that confirm this claim:
This behavior goes back to https://github.com/llvm/llvm-project/commit/1d617acef9f102629b736db06a5b5def0e116297, which states:
> With r142300 but not this patch, clang -S may emit .s files that assemblers other than llvm-mc can't parse.
(llvm-mc got support in the previous commit, https://github.com/llvm/llvm-project/commit/40f8f2ff2452c32529a10ba504ba7fbecf8731cd.)
I'll work on a test case, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105662/new/
https://reviews.llvm.org/D105662
More information about the llvm-commits
mailing list