[Libclc-dev] [PATCH] Include llvm-config.h instead of config.h

Niels Ole Salscheider niels_ole at salscheider-online.de
Sun Aug 10 02:27:23 PDT 2014


Signed-off-by: Niels Ole Salscheider <niels_ole at salscheider-online.de>
---
 utils/prepare-builtins.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/prepare-builtins.cpp b/utils/prepare-builtins.cpp
index ce84148..726866e 100644
--- a/utils/prepare-builtins.cpp
+++ b/utils/prepare-builtins.cpp
@@ -10,7 +10,7 @@
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/ErrorOr.h"
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Config/config.h"
+#include "llvm/Config/llvm-config.h"
 
 #define LLVM_350_AND_NEWER \
   (LLVM_VERSION_MAJOR > 3 || (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 5))
-- 
2.0.4





More information about the Libclc-dev mailing list