Fix backward compatibility issue due to D120662.
Change-Id: I7cd0f704aabbaac7dcf59fd4b73b4f0e0cdfa69f
Differential D123387
[clang-offload-bundler] fix "no output file" issue with -outputs scchan on Apr 8 2022, 6:41 AM. Authored by
Details Fix backward compatibility issue due to D120662. Change-Id: I7cd0f704aabbaac7dcf59fd4b73b4f0e0cdfa69f
Diff Detail
Event TimelineComment Actions Does this mean without this fix clang-offload-bundler emits an error if -outputs option not given? How could the lit tests passed? Comment Actions I think lit tests were passing because all occurrences of -outputs were replaced with -output. It crashed internally in other components where this syntax wasn't changed. |