[PATCH] D33429: [NewPM] Initial pipeline for ThinLTO
Tim Shen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 11:36:45 PDT 2017
timshen added a comment.
Hi Davide,
Did you ever use -Xclang=-fthin-link-bitcode? In our build we use this flag, and it turns out not to be handled with/without your patch. See https://github.com/llvm-mirror/clang/blob/0cb0ba28983d349395d2d38bdedcd9129ce556c4/lib/CodeGen/BackendUtil.cpp#L752 .
I'm going to use your patch as a start point and add the flag support.
https://reviews.llvm.org/D33429
More information about the llvm-commits
mailing list