Skip to content

Commit 109ce69

Browse files
Include llvm-config.h instead of config.h
Signed-off-by: Niels Ole Salscheider <niels_ole@salscheider-online.de> Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu> llvm-svn: 216296
1 parent 4c6847a commit 109ce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/utils/prepare-builtins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "llvm/Support/raw_ostream.h"
1111
#include "llvm/Support/ErrorOr.h"
1212
#include "llvm/Support/ToolOutputFile.h"
13-
#include "llvm/Config/config.h"
13+
#include "llvm/Config/llvm-config.h"
1414

1515
#define LLVM_350_AND_NEWER \
1616
(LLVM_VERSION_MAJOR > 3 || (LLVM_VERSION_MAJOR == 3 && LLVM_VERSION_MINOR >= 5))

0 commit comments

Comments
 (0)