From 780d2fc116de82ea91d45f50fc71a8d420f7fae6 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Thu, 16 Feb 2023 16:40:07 -0300 Subject: [PATCH] Remove unnecessary files These files stopped being used in 2016 and are not necessary anymore. --- llvm-Config-config.h | 9 --------- llvm-Config-llvm-config.h | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 llvm-Config-config.h delete mode 100644 llvm-Config-llvm-config.h diff --git a/llvm-Config-config.h b/llvm-Config-config.h deleted file mode 100644 index c369b45..0000000 --- a/llvm-Config-config.h +++ /dev/null @@ -1,9 +0,0 @@ -#include - -#if __WORDSIZE == 32 -#include "config-32.h" -#elif __WORDSIZE == 64 -#include "config-64.h" -#else -#error "Unknown word size" -#endif diff --git a/llvm-Config-llvm-config.h b/llvm-Config-llvm-config.h deleted file mode 100644 index 2fa08c9..0000000 --- a/llvm-Config-llvm-config.h +++ /dev/null @@ -1,9 +0,0 @@ -#include - -#if __WORDSIZE == 32 -#include "llvm-config-32.h" -#elif __WORDSIZE == 64 -#include "llvm-config-64.h" -#else -#error "Unknown word size" -#endif