diff --git a/upstream_utils/README.md b/upstream_utils/README.md index 13c2e142a8..587fc9e0b5 100644 --- a/upstream_utils/README.md +++ b/upstream_utils/README.md @@ -11,9 +11,10 @@ Each thirdparty library has a Python script for updating it. They generally: `upstream_utils.py` contains utilities common to these update scripts. -Patches are generated in the thirdparty repo with `git format-patch` so they can -be applied as individual commits and easily rebased onto newer versions. Each -library has its own patch directory (e.g., `lib_patches`). +Patches are generated in the thirdparty repo with +`git format-patch --no-signature` so they can be applied as individual commits +and easily rebased onto newer versions. Each library has its own patch directory +(e.g., `lib_patches`). ## Updating thirdparty library version diff --git a/upstream_utils/drake_patches/0001-Replace-Eigen-Dense-with-Eigen-Core.patch b/upstream_utils/drake_patches/0001-Replace-Eigen-Dense-with-Eigen-Core.patch index b654f63c0c..0b5e558883 100644 --- a/upstream_utils/drake_patches/0001-Replace-Eigen-Dense-with-Eigen-Core.patch +++ b/upstream_utils/drake_patches/0001-Replace-Eigen-Dense-with-Eigen-Core.patch @@ -74,6 +74,3 @@ index 533ced151d..e4ecfd2eb5 100644 #include #include "drake/common/test_utilities/eigen_matrix_compare.h" --- -2.36.1 - diff --git a/upstream_utils/drake_patches/0002-Add-WPILIB_DLLEXPORT-to-DARE-function-declarations.patch b/upstream_utils/drake_patches/0002-Add-WPILIB_DLLEXPORT-to-DARE-function-declarations.patch index 764330b014..5bc192ef10 100644 --- a/upstream_utils/drake_patches/0002-Add-WPILIB_DLLEXPORT-to-DARE-function-declarations.patch +++ b/upstream_utils/drake_patches/0002-Add-WPILIB_DLLEXPORT-to-DARE-function-declarations.patch @@ -35,6 +35,3 @@ index df7a58b2b8..55b8442bf4 100644 Eigen::MatrixXd DiscreteAlgebraicRiccatiEquation( const Eigen::Ref& A, const Eigen::Ref& B, --- -2.36.1 - diff --git a/upstream_utils/eigen_patches/0001-Disable-warnings.patch b/upstream_utils/eigen_patches/0001-Disable-warnings.patch index 438c52f099..d875fb30c1 100644 --- a/upstream_utils/eigen_patches/0001-Disable-warnings.patch +++ b/upstream_utils/eigen_patches/0001-Disable-warnings.patch @@ -26,6 +26,3 @@ index fe0cfec0b..9e8a0e7a9 100755 #endif #if defined __NVCC__ --- -2.36.1 - diff --git a/upstream_utils/fmt_patches/0001-Don-t-throw-on-write-failure.patch b/upstream_utils/fmt_patches/0001-Don-t-throw-on-write-failure.patch index c76453e214..5a356d8012 100644 --- a/upstream_utils/fmt_patches/0001-Don-t-throw-on-write-failure.patch +++ b/upstream_utils/fmt_patches/0001-Don-t-throw-on-write-failure.patch @@ -51,6 +51,3 @@ index 04b4dc50..4eb3e1fd 100644 } file file::dup(int fd) { --- -2.36.1 - diff --git a/upstream_utils/libuv_patches/0001-Fix-missing-casts.patch b/upstream_utils/libuv_patches/0001-Fix-missing-casts.patch index 1125c8a82d..23cec8149e 100644 --- a/upstream_utils/libuv_patches/0001-Fix-missing-casts.patch +++ b/upstream_utils/libuv_patches/0001-Fix-missing-casts.patch @@ -1545,6 +1545,3 @@ index 9943205..c655f53 100644 if (var == NULL) { r = UV_ENOMEM; --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0002-Fix-warnings.patch b/upstream_utils/libuv_patches/0002-Fix-warnings.patch index 159fb4c19f..e420c32844 100644 --- a/upstream_utils/libuv_patches/0002-Fix-warnings.patch +++ b/upstream_utils/libuv_patches/0002-Fix-warnings.patch @@ -363,6 +363,3 @@ index 98c5888..f6131d4 100644 #include #include #include --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0003-Preprocessor-cleanup.patch b/upstream_utils/libuv_patches/0003-Preprocessor-cleanup.patch index 176c18750d..4638a79fc6 100644 --- a/upstream_utils/libuv_patches/0003-Preprocessor-cleanup.patch +++ b/upstream_utils/libuv_patches/0003-Preprocessor-cleanup.patch @@ -177,6 +177,3 @@ index a68b095..7843e9f 100644 /* Whether there are any non-IFS LSPs stacked on TCP */ int uv_tcp_non_ifs_lsp_ipv4; --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0004-Cleanup-problematic-language.patch b/upstream_utils/libuv_patches/0004-Cleanup-problematic-language.patch index f49d6c5fe3..4832a26310 100644 --- a/upstream_utils/libuv_patches/0004-Cleanup-problematic-language.patch +++ b/upstream_utils/libuv_patches/0004-Cleanup-problematic-language.patch @@ -59,6 +59,3 @@ index 9442cf1..8976688 100644 r = uv__open_cloexec(path, mode | O_NOCTTY); else r = -1; --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0005-Use-roborio-time.patch b/upstream_utils/libuv_patches/0005-Use-roborio-time.patch index ef01615477..90881a9485 100644 --- a/upstream_utils/libuv_patches/0005-Use-roborio-time.patch +++ b/upstream_utils/libuv_patches/0005-Use-roborio-time.patch @@ -40,6 +40,3 @@ index 85f3fc0..12ed7ff 100644 } --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0006-Style-comments-cleanup.patch b/upstream_utils/libuv_patches/0006-Style-comments-cleanup.patch index efe3f8e925..45eebb3565 100644 --- a/upstream_utils/libuv_patches/0006-Style-comments-cleanup.patch +++ b/upstream_utils/libuv_patches/0006-Style-comments-cleanup.patch @@ -100,6 +100,3 @@ index 7843e9f..cda82bc 100644 #pragma comment(lib, "Ws2_32.lib") /* Whether there are any non-IFS LSPs stacked on TCP */ --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0007-Squelch-GCC-12.1-warnings.patch b/upstream_utils/libuv_patches/0007-Squelch-GCC-12.1-warnings.patch index 20136a3a68..aa6dfbe0b2 100644 --- a/upstream_utils/libuv_patches/0007-Squelch-GCC-12.1-warnings.patch +++ b/upstream_utils/libuv_patches/0007-Squelch-GCC-12.1-warnings.patch @@ -50,6 +50,3 @@ index 534119c..00d0332 100644 while (!QUEUE_EMPTY(&queue)) { q = QUEUE_HEAD(&queue); h = QUEUE_DATA(q, uv_handle_t, handle_queue); --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0008-Fix-Win32-warning-suppression-pragma.patch b/upstream_utils/libuv_patches/0008-Fix-Win32-warning-suppression-pragma.patch index 7df4f1de0c..40980968ac 100644 --- a/upstream_utils/libuv_patches/0008-Fix-Win32-warning-suppression-pragma.patch +++ b/upstream_utils/libuv_patches/0008-Fix-Win32-warning-suppression-pragma.patch @@ -20,6 +20,3 @@ index 7a5dd2e..d9888ae 100644 #endif if (GetVersionExW(&os_info) == 0) { r = uv_translate_sys_error(GetLastError()); --- -2.25.1 - diff --git a/upstream_utils/libuv_patches/0009-Avoid-unused-variable-warning-on-Mac.patch b/upstream_utils/libuv_patches/0009-Avoid-unused-variable-warning-on-Mac.patch index b715f93f50..063aa7327f 100644 --- a/upstream_utils/libuv_patches/0009-Avoid-unused-variable-warning-on-Mac.patch +++ b/upstream_utils/libuv_patches/0009-Avoid-unused-variable-warning-on-Mac.patch @@ -19,6 +19,3 @@ index eeb3572..ed51a6a 100644 assert(kr == KERN_SUCCESS); CFMutableDictionaryRef classes_to_match = pIOServiceMatching("IOPlatformDevice"); --- -2.25.1 - diff --git a/upstream_utils/llvm_patches/0001-Fix-spelling-language-errors.patch b/upstream_utils/llvm_patches/0001-Fix-spelling-language-errors.patch index f3ae6fc92e..aa82e795aa 100644 --- a/upstream_utils/llvm_patches/0001-Fix-spelling-language-errors.patch +++ b/upstream_utils/llvm_patches/0001-Fix-spelling-language-errors.patch @@ -34,6 +34,3 @@ index 0ec0242d569d..dd85a5892e01 100644 void remove_fatal_error_handler(); /// ScopedFatalErrorHandler - This is a simple helper class which just --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0002-Remove-StringRef-ArrayRef-and-Optional.patch b/upstream_utils/llvm_patches/0002-Remove-StringRef-ArrayRef-and-Optional.patch index 6f49762d55..cbeea9971d 100644 --- a/upstream_utils/llvm_patches/0002-Remove-StringRef-ArrayRef-and-Optional.patch +++ b/upstream_utils/llvm_patches/0002-Remove-StringRef-ArrayRef-and-Optional.patch @@ -1779,6 +1779,3 @@ index 7bda6ea28ad6..9c798437a12d 100644 // Overlong sequences of the above. EXPECT_TRUE(CheckConvertUTF8ToUnicodeScalars( --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0003-Wrap-std-min-max-calls-in-parens-for-windows-warning.patch b/upstream_utils/llvm_patches/0003-Wrap-std-min-max-calls-in-parens-for-windows-warning.patch index 364ef91ff2..c16c047a7f 100644 --- a/upstream_utils/llvm_patches/0003-Wrap-std-min-max-calls-in-parens-for-windows-warning.patch +++ b/upstream_utils/llvm_patches/0003-Wrap-std-min-max-calls-in-parens-for-windows-warning.patch @@ -220,6 +220,3 @@ index 0005f7840912..26901fe97d20 100644 } // Note: Moving this function into the header may cause performance regression. --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0004-Change-uniqe_function-storage-size.patch b/upstream_utils/llvm_patches/0004-Change-uniqe_function-storage-size.patch index 1070a240aa..79a405e45f 100644 --- a/upstream_utils/llvm_patches/0004-Change-uniqe_function-storage-size.patch +++ b/upstream_utils/llvm_patches/0004-Change-uniqe_function-storage-size.patch @@ -29,6 +29,3 @@ index e67ef7377c88..1a26cb702cae 100644 // This is mutable as an inlined `const unique_function` may // still modify its own mutable members. mutable --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0005-Threading-updates.patch b/upstream_utils/llvm_patches/0005-Threading-updates.patch index c20986d5d8..808350f18d 100644 --- a/upstream_utils/llvm_patches/0005-Threading-updates.patch +++ b/upstream_utils/llvm_patches/0005-Threading-updates.patch @@ -183,6 +183,3 @@ index a6ae67066ea0..fc798b7ec1b7 100644 if (!Ptr.load(std::memory_order_relaxed)) { void *Tmp = Creator(); --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0006-ifdef-guard-safety.patch b/upstream_utils/llvm_patches/0006-ifdef-guard-safety.patch index c8882bf85b..bdb74a5b0f 100644 --- a/upstream_utils/llvm_patches/0006-ifdef-guard-safety.patch +++ b/upstream_utils/llvm_patches/0006-ifdef-guard-safety.patch @@ -349,6 +349,3 @@ index 989d25bb03b9..14f95ae8cc52 100644 /// \macro LLVM_THREAD_LOCAL /// A thread-local storage specifier which can be used with globals, --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0007-Explicitly-use-std.patch b/upstream_utils/llvm_patches/0007-Explicitly-use-std.patch index a02ae70521..2c324a111e 100644 --- a/upstream_utils/llvm_patches/0007-Explicitly-use-std.patch +++ b/upstream_utils/llvm_patches/0007-Explicitly-use-std.patch @@ -76,6 +76,3 @@ index 18beb3878067..081b699adee3 100644 SmallVector Expected = {"A", "B", "C", "D"}; EXPECT_EQ(Expected, Keys); --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0008-Remove-format_provider.patch b/upstream_utils/llvm_patches/0008-Remove-format_provider.patch index 033ac9a00d..a23af048c5 100644 --- a/upstream_utils/llvm_patches/0008-Remove-format_provider.patch +++ b/upstream_utils/llvm_patches/0008-Remove-format_provider.patch @@ -229,6 +229,3 @@ index 9a08a5c1bfdf..3c049de18c0a 100644 -} - } // anonymous namespace --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0009-Add-compiler-warning-pragrams.patch b/upstream_utils/llvm_patches/0009-Add-compiler-warning-pragrams.patch index 6b56d34d6c..f02c0cf7d7 100644 --- a/upstream_utils/llvm_patches/0009-Add-compiler-warning-pragrams.patch +++ b/upstream_utils/llvm_patches/0009-Add-compiler-warning-pragrams.patch @@ -225,6 +225,3 @@ index f84895c18602..6a50205b143b 100644 #endif // Define some fixed alignment types to use in these tests. --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0010-Remove-unused-functions.patch b/upstream_utils/llvm_patches/0010-Remove-unused-functions.patch index c0d5b617d1..9af35ec87a 100644 --- a/upstream_utils/llvm_patches/0010-Remove-unused-functions.patch +++ b/upstream_utils/llvm_patches/0010-Remove-unused-functions.patch @@ -738,6 +738,3 @@ index bff7b6c9a77b..611043dc5925 100644 - - return Temp->keep(OutputFileName); -} --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0011-Detemplatize-small-vector-base.patch b/upstream_utils/llvm_patches/0011-Detemplatize-small-vector-base.patch index ef47204036..55b57009eb 100644 --- a/upstream_utils/llvm_patches/0011-Detemplatize-small-vector-base.patch +++ b/upstream_utils/llvm_patches/0011-Detemplatize-small-vector-base.patch @@ -138,6 +138,3 @@ index 26901fe97d20..3fc16097bd30 100644 -static_assert(sizeof(SmallVectorSizeType) == sizeof(uint32_t), - "Expected SmallVectorBase variant to be in use."); -#endif --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0012-Add-vectors-to-raw_ostream.patch b/upstream_utils/llvm_patches/0012-Add-vectors-to-raw_ostream.patch index d578671cd2..117cb6f5d6 100644 --- a/upstream_utils/llvm_patches/0012-Add-vectors-to-raw_ostream.patch +++ b/upstream_utils/llvm_patches/0012-Add-vectors-to-raw_ostream.patch @@ -212,6 +212,3 @@ index 611043dc5925..3abeed3dac21 100644 //===----------------------------------------------------------------------===// // raw_null_ostream //===----------------------------------------------------------------------===// --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0013-Extra-collections-features.patch b/upstream_utils/llvm_patches/0013-Extra-collections-features.patch index e4817a3381..6d1350c413 100644 --- a/upstream_utils/llvm_patches/0013-Extra-collections-features.patch +++ b/upstream_utils/llvm_patches/0013-Extra-collections-features.patch @@ -160,6 +160,3 @@ index 3abeed3dac21..27bba0ca2f06 100644 raw_ostream::~raw_ostream() { // raw_ostream's subclasses should take care to flush the buffer // in their destructors. --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0014-EpochTracker-abi-macro.patch b/upstream_utils/llvm_patches/0014-EpochTracker-abi-macro.patch index 9e2d7da0fb..5ece9e40a3 100644 --- a/upstream_utils/llvm_patches/0014-EpochTracker-abi-macro.patch +++ b/upstream_utils/llvm_patches/0014-EpochTracker-abi-macro.patch @@ -20,6 +20,3 @@ index 7a2e4220afec..8f98f3d582c7 100644 /// A base class for data structure classes wishing to make iterators /// ("handles") pointing into themselves fail-fast. When building without --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0015-Delete-numbers-from-mathextras.patch b/upstream_utils/llvm_patches/0015-Delete-numbers-from-mathextras.patch index d343418062..0aa7a19507 100644 --- a/upstream_utils/llvm_patches/0015-Delete-numbers-from-mathextras.patch +++ b/upstream_utils/llvm_patches/0015-Delete-numbers-from-mathextras.patch @@ -54,6 +54,3 @@ index fac12dd0e4c6..e8f1f2aca610 100644 namespace detail { template struct TrailingZerosCounter { static unsigned count(T Val, ZeroBehavior) { --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0016-Add-lerp-and-sgn.patch b/upstream_utils/llvm_patches/0016-Add-lerp-and-sgn.patch index 3a32862e87..195834a37c 100644 --- a/upstream_utils/llvm_patches/0016-Add-lerp-and-sgn.patch +++ b/upstream_utils/llvm_patches/0016-Add-lerp-and-sgn.patch @@ -38,6 +38,3 @@ index e8f1f2aca610..8116c58bd0d6 100644 } // End llvm namespace #endif --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0017-Fixup-includes.patch b/upstream_utils/llvm_patches/0017-Fixup-includes.patch index 5667aaf723..dc58c7163c 100644 --- a/upstream_utils/llvm_patches/0017-Fixup-includes.patch +++ b/upstream_utils/llvm_patches/0017-Fixup-includes.patch @@ -166,6 +166,3 @@ index 9c798437a12d..2fee8ad5c012 100644 #include "gtest/gtest.h" #include #include --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0018-use-std-is_trivially_copy_constructible.patch b/upstream_utils/llvm_patches/0018-use-std-is_trivially_copy_constructible.patch index 9fc429f032..5ecd40b068 100644 --- a/upstream_utils/llvm_patches/0018-use-std-is_trivially_copy_constructible.patch +++ b/upstream_utils/llvm_patches/0018-use-std-is_trivially_copy_constructible.patch @@ -136,6 +136,3 @@ index 7b7d5d991f3f..72a2e84ad452 100644 } // end namespace llvm --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0019-Windows-Support.patch b/upstream_utils/llvm_patches/0019-Windows-Support.patch index e7f49706e2..80486b8dee 100644 --- a/upstream_utils/llvm_patches/0019-Windows-Support.patch +++ b/upstream_utils/llvm_patches/0019-Windows-Support.patch @@ -218,6 +218,3 @@ index bcf13d828a5d..cddad9ca0660 100644 // Read into Buffer until we hit EOF. for (;;) { Buffer.reserve(Buffer.size() + ChunkSize); --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0020-Prefer-fmtlib.patch b/upstream_utils/llvm_patches/0020-Prefer-fmtlib.patch index 57dcfb829f..6b598013c9 100644 --- a/upstream_utils/llvm_patches/0020-Prefer-fmtlib.patch +++ b/upstream_utils/llvm_patches/0020-Prefer-fmtlib.patch @@ -53,6 +53,3 @@ index 4b6ddd30c6e4..9ee52a02c214 100644 abort(); #ifdef LLVM_BUILTIN_UNREACHABLE // Windows systems and possibly others don't declare abort() to be noreturn, --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0021-prefer-wpi-s-fs.h.patch b/upstream_utils/llvm_patches/0021-prefer-wpi-s-fs.h.patch index f17899eba4..a6c034f347 100644 --- a/upstream_utils/llvm_patches/0021-prefer-wpi-s-fs.h.patch +++ b/upstream_utils/llvm_patches/0021-prefer-wpi-s-fs.h.patch @@ -32,6 +32,3 @@ index 8008170be3e5..27fb5c03e474 100644 /// This class implements an extremely fast bulk output stream that can *only* /// output to a stream. It does not support seeking, reopening, rewinding, line --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0022-Remove-unused-functions.patch b/upstream_utils/llvm_patches/0022-Remove-unused-functions.patch index 515b7b4df1..65afc8bd86 100644 --- a/upstream_utils/llvm_patches/0022-Remove-unused-functions.patch +++ b/upstream_utils/llvm_patches/0022-Remove-unused-functions.patch @@ -276,6 +276,3 @@ index bee3875d11c9..87600ea4704b 100644 -} - } // namespace --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0023-Add-convienence-feature-to-SmallString.patch b/upstream_utils/llvm_patches/0023-Add-convienence-feature-to-SmallString.patch index 07d399ea4d..efae39d36f 100644 --- a/upstream_utils/llvm_patches/0023-Add-convienence-feature-to-SmallString.patch +++ b/upstream_utils/llvm_patches/0023-Add-convienence-feature-to-SmallString.patch @@ -26,6 +26,3 @@ index 85987811f3c4..d3d469d45d15 100644 // Extra operators. SmallString &operator=(std::string_view RHS) { --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0024-OS-specific-changes.patch b/upstream_utils/llvm_patches/0024-OS-specific-changes.patch index 35fd143b77..f433a27f92 100644 --- a/upstream_utils/llvm_patches/0024-OS-specific-changes.patch +++ b/upstream_utils/llvm_patches/0024-OS-specific-changes.patch @@ -41,6 +41,3 @@ index 77c3a37475d0..f70f15f27da4 100644 abort(); } --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0025-Use-smallvector-for-UTF-conversion.patch b/upstream_utils/llvm_patches/0025-Use-smallvector-for-UTF-conversion.patch index 9e9c897555..e26954a02a 100644 --- a/upstream_utils/llvm_patches/0025-Use-smallvector-for-UTF-conversion.patch +++ b/upstream_utils/llvm_patches/0025-Use-smallvector-for-UTF-conversion.patch @@ -150,6 +150,3 @@ index 2fee8ad5c012..bbdc041cf1d1 100644 } struct ConvertUTFResultContainer { --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0026-Prefer-to-use-static-pointers-in-raw_ostream.patch b/upstream_utils/llvm_patches/0026-Prefer-to-use-static-pointers-in-raw_ostream.patch index 12ce3cb4bf..97c3a94ca6 100644 --- a/upstream_utils/llvm_patches/0026-Prefer-to-use-static-pointers-in-raw_ostream.patch +++ b/upstream_utils/llvm_patches/0026-Prefer-to-use-static-pointers-in-raw_ostream.patch @@ -32,6 +32,3 @@ index 6fa250a68ed8..6be6809ad951 100644 } /// nulls() - This returns a reference to a raw_ostream which discards output. --- -2.20.1.windows.1 - diff --git a/upstream_utils/llvm_patches/0027-constexpr-endian-byte-swap.patch b/upstream_utils/llvm_patches/0027-constexpr-endian-byte-swap.patch index 4887465d8d..fd06c3d548 100644 --- a/upstream_utils/llvm_patches/0027-constexpr-endian-byte-swap.patch +++ b/upstream_utils/llvm_patches/0027-constexpr-endian-byte-swap.patch @@ -22,6 +22,3 @@ index 5e7c1e961b9d..2e883ff05b7e 100644 } /// Read a value of a particular endianness from memory. --- -2.20.1.windows.1 - diff --git a/upstream_utils/stack_walker_patches/0001-Apply-PR-35.patch b/upstream_utils/stack_walker_patches/0001-Apply-PR-35.patch index 6220486c5f..8fe466e89a 100644 --- a/upstream_utils/stack_walker_patches/0001-Apply-PR-35.patch +++ b/upstream_utils/stack_walker_patches/0001-Apply-PR-35.patch @@ -1351,6 +1351,3 @@ index 220c97b..496021e 100644 }; void Func5() --- -2.20.1.windows.1 - diff --git a/upstream_utils/stack_walker_patches/0002-Remove-_M_IX86-checks.patch b/upstream_utils/stack_walker_patches/0002-Remove-_M_IX86-checks.patch index 18a00c2969..14d7bae821 100644 --- a/upstream_utils/stack_walker_patches/0002-Remove-_M_IX86-checks.patch +++ b/upstream_utils/stack_walker_patches/0002-Remove-_M_IX86-checks.patch @@ -77,6 +77,3 @@ index 03efcec..89be951 100644 #endif //defined(_MSC_VER) --- -2.20.1.windows.1 - diff --git a/upstream_utils/stack_walker_patches/0003-Add-advapi-pragma.patch b/upstream_utils/stack_walker_patches/0003-Add-advapi-pragma.patch index 89e3408d90..f48ee4eef3 100644 --- a/upstream_utils/stack_walker_patches/0003-Add-advapi-pragma.patch +++ b/upstream_utils/stack_walker_patches/0003-Add-advapi-pragma.patch @@ -19,6 +19,3 @@ index 48c7c57..6f0fbf2 100644 #pragma warning(disable : 4826) #ifdef UNICODE --- -2.20.1.windows.1 -