brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.0 KiB · f2847f0 Raw
34 lines · plain
1//==--- FlangOptionsDocs.td - Options 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-exception6//7//===----------------------------------------------------------------------===//8 9def GlobalDocumentation {10  code Intro =[{..11  -------------------------------------------------------------------12  NOTE: This file is automatically generated by running clang-tblgen13  -gen-opt-docs. Do not edit this file by hand!!14  -------------------------------------------------------------------15 16=====================================17Flang command line argument reference18=====================================19.. contents::20   :local:21 22Introduction23============24 25}];26 27  string Program = "Flang";28  list<string> VisibilityMask = ["FlangOption"];29  list<string> IgnoreFlags = ["HelpHidden", "Unsupported", "Ignored"];30}31 32#define GENERATING_DOCS33include "Options.td"34