[all-commits] [llvm/llvm-project] fdb640: Mark output as text if it is really text
Abhina Sree via All-commits
all-commits at lists.llvm.org
Fri Feb 12 04:14:43 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdb640ea30d416368b76b68b106deda580c6aced
https://github.com/llvm/llvm-project/commit/fdb640ea30d416368b76b68b106deda580c6aced
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
Log Message:
-----------
Mark output as text if it is really text
This is a continuation of https://reviews.llvm.org/D67696. The following places need to set the OF_Text flag correctly.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D96363
More information about the All-commits
mailing list