nixd
Loading...
Searching...
No Matches
nixd
include
nixd
CommandLine
Options.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <llvm/Support/CommandLine.h>
4
5
namespace
nixd
{
6
7
extern
llvm::cl::OptionCategory
NixdCategory
;
8
9
/// \brief Indicating that we are in lit-test mode.
10
extern
llvm::cl::opt<bool>
LitTest
;
11
12
}
// namespace nixd
nixd
Definition
CommandLine/Configuration.h:9
nixd::NixdCategory
llvm::cl::OptionCategory NixdCategory
nixd::LitTest
llvm::cl::opt< bool > LitTest
Indicating that we are in lit-test mode.
Definition
Options.cpp:8
Generated by
1.12.0