CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
opt-arm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812c4a4
)
llvm: added forgotten llvm-config.h file
author
Victor Martinez
<pitillo@ono.com>
Sat, 30 Apr 2022 12:18:25 +0000
(14:18 +0200)
committer
Victor Martinez
<pitillo@ono.com>
Sat, 30 Apr 2022 12:18:25 +0000
(14:18 +0200)
llvm/llvm-config.h
[new file with mode: 0644]
patch
|
blob
diff --git a/llvm/llvm-config.h
b/llvm/llvm-config.h
new file mode 100644
(file)
index 0000000..
ccc313f
--- /dev/null
+++ b/
llvm/llvm-config.h
@@ -0,0
+1,12
@@
+/* llvm-config.h stub */
+
+#ifndef __STUB__LLVMCONFIG_H__
+#define __STUB__LLVMCONFIG_H__
+
+#if defined(__x86_64__)
+#include "llvm-config-64.h"
+#else
+#include "llvm-config-32.h"
+#endif
+
+#endif