LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1//===-- config.h - LLZK tool configurations ---------------------*- C++ -*-===//
2//
3// Part of the LLZK Project, under the Apache License v2.0.
4// See LICENSE.txt for license information.
5// Copyright 2025 Veridise Inc.
6// Copyright 2026 Project LLZK
7// SPDX-License-Identifier: Apache-2.0
8//
9//===----------------------------------------------------------------------===//
10
11#pragma once
12
13#include <llvm/Support/PrettyStackTrace.h>
14
15#define BUG_REPORT_URL "https://github.com/project-llzk/llzk-lib/issues"