X-Git-Url: https://git.tld-linux.org/?p=packages%2Fllvm.git;a=blobdiff_plain;f=cmake-buildtype.patch;fp=cmake-buildtype.patch;h=0000000000000000000000000000000000000000;hp=e0d7410ed0971d495260495dd1ad3bcc8170330d;hb=8144667b836635eaedf66de284e79af5344716cc;hpb=9a942b15771786b61f66fd6011b30beab8f4eb8f diff --git a/cmake-buildtype.patch b/cmake-buildtype.patch deleted file mode 100644 index e0d7410..0000000 --- a/cmake-buildtype.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -urNp -x '*.orig' llvm-11.0.1.src.org/CMakeLists.txt llvm-11.0.1.src/CMakeLists.txt ---- llvm-11.0.1.src.org/CMakeLists.txt 2021-03-25 22:28:14.616795886 +0100 -+++ llvm-11.0.1.src/CMakeLists.txt 2021-03-25 22:28:19.786759915 +0100 -@@ -264,11 +264,6 @@ endif() - - string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) - --if (CMAKE_BUILD_TYPE AND -- NOT uppercase_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$") -- message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}") --endif() -- - # LLVM_INSTALL_PACKAGE_DIR needs to be declared prior to adding the tools - # subdirectory in order to have the value available for llvm-config. - include(GNUInstallPackageDir)