[llvm-dev] DIFile filenames containing directories
Adrian Prantl via llvm-dev
llvm-dev at lists.llvm.org
Thu Nov 29 13:26:49 PST 2018
> On Nov 29, 2018, at 1:24 PM, paul.robinson at sony.com wrote:
>
> Try compiling –S before you say LLVM is that smart… like I said, the .debug-line header comes out differently.
> In which case this would be a real bug and not just aesthetic.
.file 1 "/Volumes/Data/llvm" "/Volumes/Data/llvm/tools/clang/test/CodeGen/debug-info-abspath.c"
Looks like we're kicking the can down the road to the assembler here.
I'm planning to fix it anyway.
-- adrian
More information about the llvm-dev
mailing list