[Mlir-commits] [mlir] [mlir][SMT] C APIs (PR #135501)
Martin Erhart
llvmlistbot at llvm.org
Mon Apr 14 08:52:50 PDT 2025
================
@@ -0,0 +1,186 @@
+
+/*===- smtlib.c - Simple test of SMTLIB C API -----------------------------===*\
+|* *|
+|* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
+|* Exceptions. *|
+|* See https://llvm.org/LICENSE.txt for license information. *|
+|* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
+|* *|
+\*===----------------------------------------------------------------------===*/
----------------
maerhart wrote:
Nit: the filename doesn't match and the way it is commented out is not really consistent with the other files in this directory
https://github.com/llvm/llvm-project/pull/135501
More information about the Mlir-commits
mailing list