Skip to content

Commit f48f187

Browse files
hebastofanquake
authored andcommitted
build: Clang 10.0.1
LLVM 8 has inherent nondeterminism in the compiler, fixed in LLVM 9+.
1 parent 9b193cd commit f48f187

File tree

3 files changed

+6
-70
lines changed

3 files changed

+6
-70
lines changed

depends/packages/native_clang.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package=native_clang
2-
$(package)_version=8.0.0
3-
$(package)_download_path=https://releases.llvm.org/$($(package)_version)
4-
$(package)_download_file=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-14.04.tar.xz
5-
$(package)_file_name=clang-llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-14.04.tar.xz
6-
$(package)_sha256_hash=9ef854b71949f825362a119bf2597f744836cb571131ae6b721cd102ffea8cd0
2+
$(package)_version=10.0.1
3+
$(package)_download_path=https://github.com/llvm/llvm-project/releases/download/llvmorg-$($(package)_version)
4+
$(package)_download_file=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-16.04.tar.xz
5+
$(package)_file_name=clang+llvm-$($(package)_version)-x86_64-linux-gnu-ubuntu-16.04.tar.xz
6+
$(package)_sha256_hash=48b83ef827ac2c213d5b64f5ad7ed082c8bcb712b46644e0dc5045c6f462c231
77

88
define $(package)_preprocess_cmds
99
rm -f $($(package)_extract_dir)/lib/libc++abi.so*

depends/packages/qt.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(package)_qt_libs=corelib network widgets gui plugins testlib
99
$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
1010
$(package)_patches+= fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
1111
$(package)_patches+= drop_lrelease_dependency.patch no_sdk_version_check.patch
12-
$(package)_patches+= fix_qpainter_non_determinism.patch fix_lib_paths.patch fix_android_pch.patch
12+
$(package)_patches+= fix_lib_paths.patch fix_android_pch.patch
1313
$(package)_patches+= fix_bigsur_drawing.patch qtbase-moc-ignore-gcc-macro.patch
1414

1515
$(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
@@ -227,7 +227,6 @@ define $(package)_preprocess_cmds
227227
patch -p1 -i $($(package)_patch_dir)/fix_android_jni_static.patch && \
228228
patch -p1 -i $($(package)_patch_dir)/fix_android_pch.patch && \
229229
patch -p1 -i $($(package)_patch_dir)/no-xlib.patch && \
230-
patch -p1 -i $($(package)_patch_dir)/fix_qpainter_non_determinism.patch &&\
231230
patch -p1 -i $($(package)_patch_dir)/no_sdk_version_check.patch && \
232231
patch -p1 -i $($(package)_patch_dir)/fix_lib_paths.patch && \
233232
patch -p1 -i $($(package)_patch_dir)/fix_bigsur_drawing.patch && \

depends/patches/qt/fix_qpainter_non_determinism.patch

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)