[PATCH] D92611: [LTO][Legacy] Decouple option parsing from LTOCodeGenerator

wael yehia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 19 18:01:53 PDT 2021


w2yehia updated this revision to Diff 332043.
w2yehia added a comment.

changes made:

- use _array interface in `lto_codegen_debug_options_early`
- replace parsedOptionsEarly and parsedOptions with a single enum variable.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92611/new/

https://reviews.llvm.org/D92611

Files:
  llvm/include/llvm-c/lto.h
  llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  llvm/lib/LTO/LTOCodeGenerator.cpp
  llvm/tools/lto/lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92611.332043.patch
Type: text/x-patch
Size: 5276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210320/98df2606/attachment.bin>


More information about the llvm-commits mailing list