[llvm] [clang-tools-extra] [polly] [clang] [polly] Add polly-debug flag to print debug info from all parts of polly (PR #78549)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 06:21:40 PST 2024
================
@@ -0,0 +1,32 @@
+//===-PollyDebug.inc -Provide support for debugging Polly passes-*- C++ -*-===//
----------------
Meinersbur wrote:
Please use a `.h` extension for this file, it's a normal header file
https://github.com/llvm/llvm-project/pull/78549
More information about the llvm-commits
mailing list