File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 1- /*===- orc-rt-c/orc-rt.h - Placeholder header for orc-rt ----------*- C -*-===*\
2- |* *|
3- |* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
4- |* Exceptions. *|
5- |* See https://llvm.org/LICENSE.txt for license information. *|
6- |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
7- |* *|
8- |*===----------------------------------------------------------------------===*|
9- |* *|
10- |* Placeholder header for initial orc-rt checkin *|
11- |* *|
12- \*===----------------------------------------------------------------------===*/
1+ //===- orc-rt-c/orc-rt.h - Placeholder header for orc-rt ----------*- C -*-===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ //===----------------------------------------------------------------------===//
8+ //
9+ // Placeholder header for initial orc-rt checkin.
10+ //
11+ //===----------------------------------------------------------------------===//
1312
1413#ifndef ORC_RT_C_ORC_RT_H
1514#define ORC_RT_C_ORC_RT_H
@@ -21,7 +20,7 @@ extern "C" {
2120void orc_rt (void );
2221
2322#ifdef __cplusplus
24- } /* extern "C" */
23+ } // extern "C"
2524#endif
2625
27- #endif /* ORC_RT_C_ORC_RT_H */
26+ #endif // ORC_RT_C_ORC_RT_H
You can’t perform that action at this time.
0 commit comments