Skip to content

Commit

Permalink
[flang][hlfir] remove unnecessary header include
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jeanPerier committed Feb 14, 2023
1 parent 1fae146 commit a5488a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
Expand Up @@ -11,7 +11,6 @@
//===----------------------------------------------------------------------===//

#include "flang/Optimizer/HLFIR/HLFIROps.h"
#include "flang/Optimizer/Builder/HLFIRTools.h"
#include "flang/Optimizer/Dialect/FIROpsSupport.h"
#include "flang/Optimizer/Dialect/FIRType.h"
#include "flang/Optimizer/HLFIR/HLFIRDialect.h"
Expand Down

0 comments on commit a5488a3

Please sign in to comment.