[all-commits] [llvm/llvm-project] a5488a: [flang][hlfir] remove unnecessary header include
jeanPerier via All-commits
all-commits at lists.llvm.org
Tue Feb 14 05:13:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5488a398f3b5be01917b4d1028da14283942042
https://github.com/llvm/llvm-project/commit/a5488a398f3b5be01917b4d1028da14283942042
Author: Jean Perier <jperier at nvidia.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
Log Message:
-----------
[flang][hlfir] remove unnecessary header include
Builder/HLFIRTools.h is not needed and is causing build
issues in some shared library builds because it belongs to another
library that depends on libHLFIRDialect (so libHLFIRDialect should
not depend on it).
Differential Revision: https://reviews.llvm.org/D143994
More information about the All-commits
mailing list