[llvm] r256302 - Disable use list order on the gold plugin.
Rafael Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 15:35:15 PST 2016
> But this is not on the regular path, right?
> You don’t need to dump the bitcode for your regular LTO build, this code path should only be used exactly when you want to do some debugging. What other use-case is there?
The common use case for me is "create a big .bc to test something". So
the vast majority of time the use order is not important.
Cheers,
Rafael
More information about the llvm-commits
mailing list