Skip to content

Commit

Permalink
Update to ungoogled-chromium 117.0.5938.62
Browse files Browse the repository at this point in the history
  • Loading branch information
hlgsdx authored and networkException committed Sep 17, 2023
1 parent 0835a67 commit 873bcba
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 322 deletions.
10 changes: 5 additions & 5 deletions downloads.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ output_path = third_party/google_toolbox_for_mac/src

# Pre-built LLVM toolchain for convenience
[llvm]
version = 15.0.7
url = https://github.com/llvm/llvm-project/releases/download/llvmorg-%(version)s/clang+llvm-%(version)s-x86_64-apple-darwin21.0.tar.xz
download_filename = clang+llvm-%(version)s-x86_64-apple-darwin21.0.tar.xz
strip_leading_dirs = clang+llvm-%(version)s-x86_64-apple-darwin21.0
sha512 = dc8936b951089f6bf54edcb390a1fce21d34b7bbd49179eab19105a0c699e490b8a85adc4c3edb067aaec619bb5ef6d9059020f9d75af7e055a004876903bdea
version = 17.0.0
url = https://github.com/hlgsdx/llvm-macos-buildbot/releases/download/%(version)s-rc4/clang+llvm-%(version)s-x86-64-apple-darwin22.0.tar.gz
download_filename = clang+llvm-%(version)s-x86-64-apple-darwin22.0.tar.gz
strip_leading_dirs = clang+llvm-%(version)s-x86-64-apple-darwin22.0
sha512 = 238a3a6f8e38950251d674e11c5b88bf4b6a21c2a8eab30b8fccea4130b9238157279fb4fb7d8bc2ca356559589178aad28f579d2f96d0b2c62419d1ebf9b175
output_path = third_party/llvm-build/Release+Asserts
3 changes: 0 additions & 3 deletions patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ ungoogled-chromium/macos/disable-symbol-order-verification.patch
ungoogled-chromium/macos/disable-clang-version-check.patch
ungoogled-chromium/macos/disable-crashpad-handler.patch
ungoogled-chromium/macos/fix-disabling-safebrowsing.patch
ungoogled-chromium/macos/fix-visibility.patch
ungoogled-chromium/macos/fix-dsymutil.patch
ungoogled-chromium/macos/fix-clang-format-path.patch
ungoogled-chromium/macos/fix-runTsc-log-info.patch
ungoogled-chromium/fix-llvm-15-build.patch
ungoogled-chromium/fix-missing-iterator-subtypes.patch
ungoogled-chromium/fix-node-path.patch
222 changes: 0 additions & 222 deletions patches/ungoogled-chromium/fix-llvm-15-build.patch

This file was deleted.

32 changes: 0 additions & 32 deletions patches/ungoogled-chromium/fix-missing-iterator-subtypes.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1511,7 +1511,7 @@ config("compiler_deterministic") {
@@ -1510,7 +1510,7 @@ config("compiler_deterministic") {
}

config("clang_revision") {
Expand All @@ -15,8 +15,8 @@
}

declare_args() {
- clang_version = "17"
+ clang_version = "15"
- clang_version = "18"
+ clang_version = "17"
}

# Extension for shared library files (including leading dot).
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1281,7 +1281,7 @@ if (is_win) {
@@ -1298,7 +1298,7 @@ if (is_win) {

# TOOD(crbug/1163903#c8) - thakis@ look into why profile and coverage
# instrumentation adds these symbols in different orders
Expand Down
Loading

0 comments on commit 873bcba

Please sign in to comment.