[clang] [llvm] [DTLTO] Serialize of LTO Config (PR #219894)

Steven Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 31 11:50:26 PDT 2026


https://github.com/cachemeifyoucan commented:

I think we want at least a `.def` file to hold all the config field so add/change config is easy by just updating the def file, instead of finding all the serialization points and updating every one of them. 

https://github.com/llvm/llvm-project/pull/219894


More information about the cfe-commits mailing list