diff --git a/thirdparty/download-thirdparty.sh b/thirdparty/download-thirdparty.sh index d957274e4b..331a3fef83 100755 --- a/thirdparty/download-thirdparty.sh +++ b/thirdparty/download-thirdparty.sh @@ -340,7 +340,7 @@ fetch_and_patch \ "patch -d projects -p1 < $TP_DIR/patches/llvm-remove-cyclades-inclusion-in-sanitizer.patch" \ "patch -p2 < $TP_DIR/patches/llvm-fix-missing-include.patch" \ "patch -d projects -p1 < $TP_DIR/patches/llvm-Sanitizer-built-against-glibc-2_34-doesnt-work.patch" \ - "patch -d tools -p1 < $TP_DIR/patches/llvm-ignore-flto-values.diff" + "patch -d tools -p1 < $TP_DIR/patches/llvm-ignore-flto-values.patch" LZ4_PATCHLEVEL=0 fetch_and_patch \ diff --git a/thirdparty/patches/llvm-ignore-flto-values.diff b/thirdparty/patches/llvm-ignore-flto-values.patch similarity index 100% rename from thirdparty/patches/llvm-ignore-flto-values.diff rename to thirdparty/patches/llvm-ignore-flto-values.patch