initial import
This commit is contained in:
9
llvm/llvm-config.h
Normal file
9
llvm/llvm-config.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user