7#ifndef BACKENDS_P4TOOLS_COMMON_COMPILER_CONFIGURATION_H_
8#define BACKENDS_P4TOOLS_COMMON_COMPILER_CONFIGURATION_H_
12#include "ir/configuration.h"
18class CompilerConfiguration :
public DefaultP4CConfiguration {
23 static const CompilerConfiguration &
get() {
24 static CompilerConfiguration instance;