summaryrefslogtreecommitdiff
path: root/llvm/llvm-config.h
blob: ccc313fbf59cb09b88ba724d75aa4ca439083745 (plain)
    1 /* llvm-config.h stub */
    2 
    3 #ifndef __STUB__LLVMCONFIG_H__
    4 #define __STUB__LLVMCONFIG_H__
    5 
    6 #if defined(__x86_64__)
    7 #include "llvm-config-64.h"
    8 #else
    9 #include "llvm-config-32.h"
   10 #endif
   11 
   12 #endif

Generated by cgit