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
+ //===----------------------------------------------------------------------===//
13
12
14
13
#ifndef ORC_RT_C_ORC_RT_H
15
14
#define ORC_RT_C_ORC_RT_H
@@ -21,7 +20,7 @@ extern "C" {
21
20
void orc_rt (void );
22
21
23
22
#ifdef __cplusplus
24
- } /* extern "C" */
23
+ } // extern "C"
25
24
#endif
26
25
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