Skip to content

Conversation

jeanPerier
Copy link
Contributor

There is a missing header dependency in 156661.
The Github CI and linux builds of #156661 succeeded, maybe because the header caching hid the issue there.

https://lab.llvm.org/buildbot/#/builders/207/builds/6634

@jeanPerier jeanPerier requested review from tblah and vzakhari September 8, 2025 11:40
@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Sep 8, 2025
@llvmbot
Copy link
Member

llvmbot commented Sep 8, 2025

@llvm/pr-subscribers-flang-fir-hlfir

Author: None (jeanPerier)

Changes

There is a missing header dependency in 156661.
The Github CI and linux builds of #156661 succeeded, maybe because the header caching hid the issue there.

https://lab.llvm.org/buildbot/#/builders/207/builds/6634


Full diff: https://github.com/llvm/llvm-project/pull/157431.diff

1 Files Affected:

  • (modified) flang/lib/Lower/ConvertCall.cpp (+1)
diff --git a/flang/lib/Lower/ConvertCall.cpp b/flang/lib/Lower/ConvertCall.cpp
index 454570a544222..cf8458f716ae5 100644
--- a/flang/lib/Lower/ConvertCall.cpp
+++ b/flang/lib/Lower/ConvertCall.cpp
@@ -17,6 +17,7 @@
 #include "flang/Lower/ConvertVariable.h"
 #include "flang/Lower/CustomIntrinsicCall.h"
 #include "flang/Lower/HlfirIntrinsics.h"
+#include "flang/Lower/PFTBuilder.h"
 #include "flang/Lower/StatementContext.h"
 #include "flang/Lower/SymbolMap.h"
 #include "flang/Optimizer/Builder/BoxValue.h"

@jeanPerier jeanPerier merged commit e93baad into llvm:main Sep 8, 2025
12 checks passed
@jeanPerier jeanPerier deleted the fix-windows branch September 8, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flang:fir-hlfir flang Flang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants