[PATCH] D70463: [LTO][Legacy] Add API for passing LLVM options separately
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 16:05:33 PST 2019
thegameg updated this revision to Diff 230166.
thegameg marked an inline comment as done.
thegameg added a comment.
- Move string splitting to `lto_codegen_debug_options`.
- Remove null checks since none of the other `lto_*` functions do it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70463/new/
https://reviews.llvm.org/D70463
Files:
llvm/include/llvm-c/lto.h
llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
llvm/lib/LTO/LTOCodeGenerator.cpp
llvm/tools/lto/lto.cpp
llvm/tools/lto/lto.exports
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70463.230166.patch
Type: text/x-patch
Size: 4033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191120/1d207442/attachment.bin>
More information about the llvm-commits
mailing list