CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
llvm: adapted llvm-config.h to aarch64
[ports/opt-arm64.git] / llvm / llvm-config.h
index 64fc69e07f66e1cb1175d7b7e60f3fd28fa635d0..c79d8b3cfc6aa5ea8c1bb1e6f8a1bc3c756b8a88 100644 (file)
@@ -3,12 +3,6 @@
 #ifndef __STUB__LLVMCONFIG_H__
 #define __STUB__LLVMCONFIG_H__
 
-#if defined(__x86_64__)
-#include "llvm-config-64.h"
-#else
-#include "llvm-config-32.h"
-#endif
-
 #if defined(__aarch64__)
 #include "llvm-config-64.h"
 #else