[PATCH] D38002: Re-submit r289925 (Update .debug_line section version to match DWARF version)
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 14:42:05 PST 2017
probinson added a comment.
Ah, thanks for the help Davide! Looks like you can do this:
`if (context.getObjectFileInfo()->getTargetTriple().isOSDarwin()) LineTableVersion = 2;`
and that should take care of it.
Repository:
rL LLVM
https://reviews.llvm.org/D38002
More information about the llvm-commits
mailing list