search for: llvm_config_h

Displaying 1 result from an estimated 1 matches for "llvm_config_h".

Did you mean: llvm_config
2012 Nov 14
2
[LLVMdev] Linking Clang with an optional external library
...TH_STP_PREFIX}/include/stp/c_interface.h One potential issue I noticed in writing this patch is that LLVM's config.h and Clang's config.h are both #include-guarded by the CONFIG_H macro, and consequently both cannot be included from the same source file. Perhaps these should be changed to LLVM_CONFIG_H and CLANG_CONFIG_H, respectively? Thanks, Ryan