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