File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -331,6 +331,13 @@ Changes to Sanitizers
331
331
332
332
Other Changes
333
333
-------------
334
+ * A new ThinLTO backend has been added to implement the
335
+ [ Integrated Distributed ThinLTO] ( https://llvm.org/docs/DTLTO.html ) (DTLTO)
336
+ feature. This new backend delegates the ThinLTO backend compilation jobs to an
337
+ external process (the distributor), which in turn coordinates distribution
338
+ through a system such as Incredibuild. A JSON interface is used for
339
+ communication with the distributor.
340
+ ([ #47468 ] ( https://github.com/llvm/llvm-project/issues/47468 ) ).
334
341
335
342
External Open Source Projects Using LLVM {{env.config.release}}
336
343
===============================================================
You can’t perform that action at this time.
0 commit comments