[all-commits] [llvm/llvm-project] 8ad998: [tools] Mark output of tools as text if it is real...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Mon Jan 11 12:14:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ad998a6115a8cd59a18ebdd5ec65329e42050e7
https://github.com/llvm/llvm-project/commit/8ad998a6115a8cd59a18ebdd5ec65329e42050e7
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/test/tools/llvm-profdata/csprof-dump.test
M llvm/test/tools/llvm-profdata/instr-remap.test
M llvm/tools/llvm-link/llvm-link.cpp
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[tools] Mark output of tools as text if it is really text
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
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D94313
More information about the All-commits
mailing list