1 //==--- FlangOptionDocs.td - Option documentation -------------------------===//
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
7 //===----------------------------------------------------------------------===//
9 def GlobalDocumentation {
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 =====================================
27 string Program = "flang";
28 list<string> VisibilityMask = ["FlangOption"];
29 list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];