summaryrefslogtreecommitdiffstats
path: root/polly/include/polly/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/include/polly/Options.h')
-rw-r--r--polly/include/polly/Options.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/polly/include/polly/Options.h b/polly/include/polly/Options.h
new file mode 100644
index 00000000000..62e09609956
--- /dev/null
+++ b/polly/include/polly/Options.h
@@ -0,0 +1,20 @@
+//===--------------- polly/Options.h - The Polly option category *- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// Introduce an option category for Polly.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef POLLY_OPTIONS_H
+#define POLLY_OPTIONS_H
+
+#include "llvm/Support/CommandLine.h"
+
+extern llvm::cl::OptionCategory PollyCategory;
+#endif
OpenPOWER on IntegriCloud