[llvm-branch-commits] [libclc] libclc: Add canonicalize utility functions (PR #187357)

Wenju He via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Mar 18 16:21:32 PDT 2026


================
@@ -0,0 +1,16 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+#include "clc/clc_convert.h"
+#include "clc/internal/clc.h"
----------------
wenju-he wrote:

move `#include "clc/internal/clc.h"` into header

https://github.com/llvm/llvm-project/pull/187357


More information about the llvm-branch-commits mailing list