[llvm] [ORC-RT] Initial check-in for a new, top-level ORC runtime project. (PR #113499)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 13:53:07 PDT 2024
================
@@ -0,0 +1,27 @@
+/*===- orc-rt-c/orc-rt.h - Placeholder header for orc-rt ----------*- C -*-===*\
+|* *|
+|* 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 *|
+|* *|
+|*===----------------------------------------------------------------------===*|
+|* *|
+|* Placeholder header for initial orc-rt checkin *|
+|* *|
+\*===----------------------------------------------------------------------===*/
----------------
lhames wrote:
No reason -- I just cribbed the old style license header from one of the llvm-c headers. I've updated to C99 style comments.
https://github.com/llvm/llvm-project/pull/113499
More information about the llvm-commits
mailing list