/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
toolchain/driver/flags.def
19 строк
676 B
Jon Ross-Perkins
Modify the driver to support using for semantics IR testing (#2222)
29 сен 2022, 03:40
Не верифицирован
29 сен 2022, 03:40
80570e1
Код
Авторство
О чём код?
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM // Exceptions. See /LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // Note: X-macro header. Do not use include guards. #ifndef CARBON_SUBCOMMAND // TODO: We should expand `HelpText` to be a short help name, a synopsis, and a // long-form description. #define CARBON_SUBCOMMAND(Name, Spelling, HelpText) #endif CARBON_SUBCOMMAND(Help, "help", "Display help information about the driver options.") CARBON_SUBCOMMAND( Dump, "dump", "Dumps intermediate compilation state for the input source file.") #undef CARBON_SUBCOMMAND