Skip to content

Commit 4556d15

Browse files
committed
Regenerate LLVM config.
1 parent 3ec49b4 commit 4556d15

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

sulong/mx.sulong/mx_sulong_gen.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2016, 2024, Oracle and/or its affiliates.
2+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates.
33
#
44
# All rights reserved.
55
#
@@ -39,7 +39,7 @@
3939

4040
COPYRIGHT_HEADER_BSD = """\
4141
/*
42-
* Copyright (c) 2016, 2024, Oracle and/or its affiliates.
42+
* Copyright (c) 2016, 2025, Oracle and/or its affiliates.
4343
*
4444
* All rights reserved.
4545
*
@@ -75,7 +75,7 @@
7575

7676
COPYRIGHT_HEADER_BSD_HASH = """\
7777
#
78-
# Copyright (c) 2020, 2024, Oracle and/or its affiliates.
78+
# Copyright (c) 2020, 2025, Oracle and/or its affiliates.
7979
#
8080
# All rights reserved.
8181
#

sulong/mx.sulong/mx_sulong_llvm_config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020, 2024, Oracle and/or its affiliates.
2+
# Copyright (c) 2020, 2025, Oracle and/or its affiliates.
33
#
44
# All rights reserved.
55
#
@@ -31,10 +31,10 @@
3131
# GENERATED BY 'mx generate-llvm-config'. DO NOT MODIFY.
3232

3333
# LLVM version string.
34-
VERSION = "18.1.3"
34+
VERSION = "20.1.4"
3535
# Major version of the LLVM API.
36-
VERSION_MAJOR = 18
36+
VERSION_MAJOR = 20
3737
# Minor version of the LLVM API.
3838
VERSION_MINOR = 1
3939
# Patch version of the LLVM API.
40-
VERSION_PATCH = 3
40+
VERSION_PATCH = 4

sulong/projects/com.oracle.truffle.llvm.runtime/src/com/oracle/truffle/llvm/runtime/LLVMConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2024, Oracle and/or its affiliates.
2+
* Copyright (c) 2016, 2025, Oracle and/or its affiliates.
33
*
44
* All rights reserved.
55
*
@@ -39,11 +39,11 @@ public abstract class LLVMConfig {
3939
private LLVMConfig() {}
4040

4141
/** LLVM version string. */
42-
public static final String VERSION = "18.1.3";
42+
public static final String VERSION = "20.1.4";
4343
/** Major version of the LLVM API. */
44-
public static final int VERSION_MAJOR = 18;
44+
public static final int VERSION_MAJOR = 20;
4545
/** Minor version of the LLVM API. */
4646
public static final int VERSION_MINOR = 1;
4747
/** Patch version of the LLVM API. */
48-
public static final int VERSION_PATCH = 3;
48+
public static final int VERSION_PATCH = 4;
4949
}

sulong/projects/com.oracle.truffle.llvm.toolchain.launchers/src/com/oracle/truffle/llvm/toolchain/launchers/LLVMConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2016, 2024, Oracle and/or its affiliates.
2+
* Copyright (c) 2016, 2025, Oracle and/or its affiliates.
33
*
44
* All rights reserved.
55
*
@@ -39,11 +39,11 @@ public abstract class LLVMConfig {
3939
private LLVMConfig() {}
4040

4141
/** LLVM version string. */
42-
public static final String VERSION = "18.1.3";
42+
public static final String VERSION = "20.1.4";
4343
/** Major version of the LLVM API. */
44-
public static final int VERSION_MAJOR = 18;
44+
public static final int VERSION_MAJOR = 20;
4545
/** Minor version of the LLVM API. */
4646
public static final int VERSION_MINOR = 1;
4747
/** Patch version of the LLVM API. */
48-
public static final int VERSION_PATCH = 3;
48+
public static final int VERSION_PATCH = 4;
4949
}

0 commit comments

Comments
 (0)