[flang-commits] [flang] [Flang] Move non-Common headers to FortranSupport (PR #124416)

via flang-commits flang-commits at lists.llvm.org
Wed Feb 5 14:57:58 PST 2025


================
@@ -22,6 +21,7 @@
 #include "flang/Parser/parsing.h"
 #include "flang/Semantics/semantics.h"
 #include "mlir/Support/Timing.h"
+#include "flang/Support/LangOptions.h"
----------------
h-vetinari wrote:

The switched order here makes the linter [unhappy](https://github.com/llvm/llvm-project/pull/124416#issuecomment-2615853379).
```suggestion
#include "flang/Support/LangOptions.h"
#include "mlir/Support/Timing.h"
```

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


More information about the flang-commits mailing list