File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
com.oracle.truffle.llvm.runtime/src/com/oracle/truffle/llvm/runtime
com.oracle.truffle.llvm.toolchain.launchers/src/com/oracle/truffle/llvm/toolchain/launchers Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2016, 2024 , Oracle and/or its affiliates.
2
+ # Copyright (c) 2016, 2025 , Oracle and/or its affiliates.
3
3
#
4
4
# All rights reserved.
5
5
#
39
39
40
40
COPYRIGHT_HEADER_BSD = """\
41
41
/*
42
- * Copyright (c) 2016, 2024 , Oracle and/or its affiliates.
42
+ * Copyright (c) 2016, 2025 , Oracle and/or its affiliates.
43
43
*
44
44
* All rights reserved.
45
45
*
75
75
76
76
COPYRIGHT_HEADER_BSD_HASH = """\
77
77
#
78
- # Copyright (c) 2020, 2024 , Oracle and/or its affiliates.
78
+ # Copyright (c) 2020, 2025 , Oracle and/or its affiliates.
79
79
#
80
80
# All rights reserved.
81
81
#
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2020, 2024 , Oracle and/or its affiliates.
2
+ # Copyright (c) 2020, 2025 , Oracle and/or its affiliates.
3
3
#
4
4
# All rights reserved.
5
5
#
31
31
# GENERATED BY 'mx generate-llvm-config'. DO NOT MODIFY.
32
32
33
33
# LLVM version string.
34
- VERSION = "18 .1.3 "
34
+ VERSION = "20 .1.4 "
35
35
# Major version of the LLVM API.
36
- VERSION_MAJOR = 18
36
+ VERSION_MAJOR = 20
37
37
# Minor version of the LLVM API.
38
38
VERSION_MINOR = 1
39
39
# Patch version of the LLVM API.
40
- VERSION_PATCH = 3
40
+ VERSION_PATCH = 4
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, 2024 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2016, 2025 , Oracle and/or its affiliates.
3
3
*
4
4
* All rights reserved.
5
5
*
@@ -39,11 +39,11 @@ public abstract class LLVMConfig {
39
39
private LLVMConfig () {}
40
40
41
41
/** LLVM version string. */
42
- public static final String VERSION = "18 .1.3 " ;
42
+ public static final String VERSION = "20 .1.4 " ;
43
43
/** Major version of the LLVM API. */
44
- public static final int VERSION_MAJOR = 18 ;
44
+ public static final int VERSION_MAJOR = 20 ;
45
45
/** Minor version of the LLVM API. */
46
46
public static final int VERSION_MINOR = 1 ;
47
47
/** Patch version of the LLVM API. */
48
- public static final int VERSION_PATCH = 3 ;
48
+ public static final int VERSION_PATCH = 4 ;
49
49
}
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2016, 2024 , Oracle and/or its affiliates.
2
+ * Copyright (c) 2016, 2025 , Oracle and/or its affiliates.
3
3
*
4
4
* All rights reserved.
5
5
*
@@ -39,11 +39,11 @@ public abstract class LLVMConfig {
39
39
private LLVMConfig () {}
40
40
41
41
/** LLVM version string. */
42
- public static final String VERSION = "18 .1.3 " ;
42
+ public static final String VERSION = "20 .1.4 " ;
43
43
/** Major version of the LLVM API. */
44
- public static final int VERSION_MAJOR = 18 ;
44
+ public static final int VERSION_MAJOR = 20 ;
45
45
/** Minor version of the LLVM API. */
46
46
public static final int VERSION_MINOR = 1 ;
47
47
/** Patch version of the LLVM API. */
48
- public static final int VERSION_PATCH = 3 ;
48
+ public static final int VERSION_PATCH = 4 ;
49
49
}
You can’t perform that action at this time.
0 commit comments