You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change removes the DTLTO support for thin-archive bitcode members
from this patch. This makes the patch simpler and more amenable to
review. We are also exploring how to support bitcode members in
non-thin archives. That work is progressing and may require a different
approach for thin-archive support than was originally implemented.
If that is the case, reviewing the current implementation would waste
reviewers' time.
Note that with this support removed, this patch is no longer sufficient
to allow for self-hosting an LLVM build with DTLTO. Theoretically,
--start-lib/--end-lib could be used instead. However, unlike
thin-archives, it's unclear how --start-lib/--end-lib can be easily
used with the LLVM build system.
0 commit comments