Remove unnecessary files

These files stopped being used in 2016 and are not necessary anymore.
This commit is contained in:
Tulio Magno Quites Machado Filho 2023-02-16 16:40:07 -03:00
parent a2100f44b7
commit 780d2fc116
2 changed files with 0 additions and 18 deletions

View File

@ -1,9 +0,0 @@
#include <bits/wordsize.h>
#if __WORDSIZE == 32
#include "config-32.h"
#elif __WORDSIZE == 64
#include "config-64.h"
#else
#error "Unknown word size"
#endif

View File

@ -1,9 +0,0 @@
#include <bits/wordsize.h>
#if __WORDSIZE == 32
#include "llvm-config-32.h"
#elif __WORDSIZE == 64
#include "llvm-config-64.h"
#else
#error "Unknown word size"
#endif