[flang-commits] [flang] [Flang][MLIR][OpenMP] Create a deferred declare target marking process for Bridge.cpp (PR #78502)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Fri Jan 19 02:16:49 PST 2024


================
@@ -14,6 +14,9 @@
 #define FORTRAN_LOWER_OPENMP_H
 
 #include <cinttypes>
+#include <utility>
+
+#include "llvm/ADT/SmallVector.h"
----------------
ergawy wrote:

nit: we should switch those according to the [LLVM coding standards](https://llvm.org/docs/CodingStandards.html#include-style).

https://github.com/llvm/llvm-project/pull/78502


More information about the flang-commits mailing list