CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
meson: updated to 0.58.0
[ports/opt-arm64.git] / llvm / llvm-config.h
index 472c3ab879926daecb83ef2059926b11470e1e64..c79d8b3cfc6aa5ea8c1bb1e6f8a1bc3c756b8a88 100644 (file)
@@ -3,13 +3,7 @@
 #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__)
+#if defined(__aarch64__)
 #include "llvm-config-64.h"
 #else
 #include "llvm-config-32.h"