[mlir] ADTExtras: include mlir/Support/LLVM.h (#69479)
[llvm-project.git] / flang / docs / FlangOptionsDocs.td
blob9189899e82c62df081ffd32cc416522f5398baf9
1 //==--- FlangOptionDocs.td - Option documentation -------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 def GlobalDocumentation {
10   code Intro =[{..
11   -------------------------------------------------------------------
12   NOTE: This file is automatically generated by running clang-tblgen
13   -gen-opt-docs. Do not edit this file by hand!!
14   -------------------------------------------------------------------
16 =====================================
17 Flang command line argument reference
18 =====================================
19 .. contents::
20    :local:
22 Introduction
23 ============
25 }];
27   string Program = "flang";
28   list<string> VisibilityMask = ["FlangOption"];
29   list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];
33 include "Options.td"