This is a continuation of https://reviews.llvm.org/D67696. The following tools also need to set the OF_Text flag correctly.
- llvm-profdata
- llvm-link
Differential D94313
[tools] Mark output of tools as text if it is really text abhina.sreeskantharajan on Jan 8 2021, 8:21 AM. Authored by
Details This is a continuation of https://reviews.llvm.org/D67696. The following tools also need to set the OF_Text flag correctly.
Diff Detail
Event TimelineComment Actions Please fix the two test failures observed in the harbormaster output. Your change will cause these tools to produce CRLF output, which tests must account for. Comment Actions Sorry, I wasn't aware Windows didn't support "diff -B". I will try "diff -b" which appears in other lit tests. |