To simplify the transition to using LTOBackend, move DisableVerify to
the LTOCodeGenerator class, like most/all other options.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm with one suggestion below.
llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h | ||
---|---|---|
244 | Nit - I would say make this false by default (similar to the option in llvm-lto). While it presumably should always get set by clients, false seems like a good conservative default. |
llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h | ||
---|---|---|
244 | That sounds like a great idea, adjusted the default in the committed version, thanks! |
clang-tidy: warning: invalid case style for function 'compile_to_file' [readability-identifier-naming]
not useful