MLIR 23.0.0git
Globals.cpp File Reference
#include "mlir/Bindings/Python/IRCore.h"
#include <cstring>
#include <optional>
#include <sstream>
#include <string_view>
#include <vector>
#include "mlir/Bindings/Python/Globals.h"
#include "mlir/Bindings/Python/NanobindUtils.h"
#include "mlir-c/Bindings/Python/Interop.h"
#include "mlir-c/Support.h"
#include "mlir/Bindings/Python/Nanobind.h"

Go to the source code of this file.

Namespaces

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::python
namespace  mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN

Functions

static std::string escapeRegex (std::string_view String)
 Local helper adapted from llvm::Regex::escape.

Function Documentation

◆ escapeRegex()

std::string escapeRegex ( std::string_view String)
static