search for: clang_config_h

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

2012 Nov 14
2
[LLVMdev] Linking Clang with an optional external library
...lude/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