llvm-config.h 190 B

12345678910111213
  1. /* llvm-config.h stub */
  2. #ifndef __STUB__LLVMCONFIG_H__
  3. #define __STUB__LLVMCONFIG_H__
  4. #if defined(__x86_64__)
  5. #include "llvm-config-64.h"
  6. #else
  7. #include "llvm-config-32.h"
  8. #endif
  9. #endif