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
Fail fast in IR extraction if using local thinLTO and an input (#179)
ThinTLO corpus extraction in extract_ir.py is designed to be used
without an input file (ie an lld params file or a
compile_commands.json). However, if the user passes in an input while
trying to do local thinLTO corpus extraction the extraction might
partially succeed, or even fully succeed without giving any indication
of what might be amiss. This patch makes these configurations error out
to reduce confusion.
0 commit comments