1#ifndef BACKENDS_P4TOOLS_COMMON_COMPILER_CONFIGURATION_H_
2#define BACKENDS_P4TOOLS_COMMON_COMPILER_CONFIGURATION_H_
6#include "ir/configuration.h"
12class CompilerConfiguration :
public DefaultP4CConfiguration {
17 static const CompilerConfiguration &
get() {
18 static CompilerConfiguration instance;