Skip to content

[flang][cuda] Fix buildbot failure after #153242 #153500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2025

Conversation

clementval
Copy link
Contributor

@clementval clementval commented Aug 13, 2025

@llvmbot llvmbot added flang Flang issues not falling into any other category flang:fir-hlfir labels Aug 13, 2025
@clementval clementval merged commit f9b9e9b into llvm:main Aug 13, 2025
8 of 10 checks passed
@llvmbot
Copy link
Member

llvmbot commented Aug 13, 2025

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

Author: Valentin Clement (バレンタイン クレメン) (clementval)

Changes

https://lab.llvm.org/buildbot/#/builders/166/builds/1394


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

1 Files Affected:

  • (modified) flang/lib/Lower/CUDA.cpp (+1)
diff --git a/flang/lib/Lower/CUDA.cpp b/flang/lib/Lower/CUDA.cpp
index 3e2804dace998..1293d2c5bd3ae 100644
--- a/flang/lib/Lower/CUDA.cpp
+++ b/flang/lib/Lower/CUDA.cpp
@@ -13,6 +13,7 @@
 #include "flang/Lower/CUDA.h"
 #include "flang/Lower/AbstractConverter.h"
 #include "flang/Optimizer/Builder/Todo.h"
+#include "flang/Optimizer/HLFIR/HLFIROps.h"
 
 #define DEBUG_TYPE "flang-lower-cuda"
 

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