File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Typical components:
40
40
engine Either a native JIT or a bitcode interpreter."
41
41
}
42
42
43
- version=@LLVM_VERSION@
43
+ version=13.0.1
44
44
prefix=@LLVM_INSTALL_DIR@
45
45
has_rtti=NO
46
46
CPPFLAGS=" -I${prefix} /include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ d: ldc-1.27.1
6
6
7
7
env :
8
8
global :
9
- - LLVM_VERSION : 13.0.0
9
+ - LLVM_VERSION : f6f7f500
10
10
- CLANG_VERSION : 12.0.1
11
11
# FIXME: need to use ld.gold for linking LDC itself for now, fixed in frontend v2.099
12
12
- 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"'
Original file line number Diff line number Diff line change 1
1
# syntax: https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema
2
2
3
3
variables :
4
- LLVM_VERSION : 13.0.0
4
+ LLVM_VERSION : f6f7f500
5
5
CLANG_VERSION : 12.0.1
6
6
HOST_LDC_VERSION : 1.27.1
7
7
You can’t perform that action at this time.
0 commit comments