[PATCH] D43002: Emit S_OBJNAME symbol in CodeView
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 14:31:38 PST 2018
zturner updated this revision to Diff 133309.
zturner added a comment.
Gated the passing of this flag behind a check for CodeView. I also removed the O(N^2) function anyway in favor of just calling `make_absolute`. This seems more correct anyway as it will handle the case where the output file is specified as an absolute path already.
https://reviews.llvm.org/D43002
Files:
clang/include/clang/Frontend/CodeGenOptions.h
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/Frontend/CompilerInvocation.cpp
llvm/include/llvm/IR/DIBuilder.h
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
llvm/lib/IR/DIBuilder.cpp
llvm/lib/IR/DebugInfo.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/test/DebugInfo/COFF/buildinfo.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43002.133309.patch
Type: text/x-patch
Size: 22479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/f4c10233/attachment.bin>
More information about the llvm-commits
mailing list