Skip to content

Commit d2e680a

Browse files
committed
CI: Bump LDC-LLVM to v13.0.1 release candidate
1 parent 364c749 commit d2e680a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.azure-pipelines/android-llvm-config.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Typical components:
4040
engine Either a native JIT or a bitcode interpreter."
4141
}
4242

43-
version=@LLVM_VERSION@
43+
version=13.0.1
4444
prefix=@LLVM_INSTALL_DIR@
4545
has_rtti=NO
4646
CPPFLAGS="-I${prefix}/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ d: ldc-1.27.1
66

77
env:
88
global:
9-
- LLVM_VERSION: 13.0.0
9+
- LLVM_VERSION: f6f7f500
1010
- CLANG_VERSION: 12.0.1
1111
# FIXME: need to use ld.gold for linking LDC itself for now, fixed in frontend v2.099
1212
- OPTS: '"-DBUILD_LTO_LIBS=ON -DCMAKE_EXE_LINKER_FLAGS=-static-libstdc++ -DJITRT_EXTRA_LDFLAGS=-static-libstdc++ -DD_COMPILER_FLAGS=-linker=gold -DLDC_INSTALL_LLVM_RUNTIME_LIBS_ARCH=aarch64"'

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax: https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema
22

33
variables:
4-
LLVM_VERSION: 13.0.0
4+
LLVM_VERSION: f6f7f500
55
CLANG_VERSION: 12.0.1
66
HOST_LDC_VERSION: 1.27.1
77

0 commit comments

Comments
 (0)