[llvm] TableGen: Allow defining sets of runtime libraries (PR #144978)
Daniel Paoliello via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 11:14:16 PDT 2025
================
@@ -0,0 +1,27 @@
+//===- SetTheory.td - DAG set operator declarations --------*- tablegen -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// FIXME: This is not used everywhere, and different files declare
----------------
dpaoliello wrote:
What is this file used for?
https://github.com/llvm/llvm-project/pull/144978
More information about the llvm-commits
mailing list