[libclc] 174/291: Include llvm-config.h instead of config.h

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 0492901356ceeb4b3a6d4e43dacb0eb98c86ced9
Author: Niels Ole Salscheider <niels_ole at salscheider-online.de>
Date:   Fri Aug 22 22:24:28 2014 +0000

    Include llvm-config.h instead of config.h
    
    Signed-off-by: Niels Ole Salscheider <niels_ole at salscheider-online.de>
    Reviewed-by: Jan Vesely <jan.vesely at rutgers.edu>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@216296 91177308-0d34-0410-b5e6-96231b3b80d8
---
 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))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list