From c64e3e77f9c69e86b15ba6f8d18bb7aa4b7a9d68 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 May 2005 17:20:47 +0000 Subject: [PATCH] Duh .. you actually have to #include Config/config.h before you can test for one of the values that it defines! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22058 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/SimplifyLibCalls.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp index 951516a1842..c7734a814f8 100644 --- a/lib/Transforms/IPO/SimplifyLibCalls.cpp +++ b/lib/Transforms/IPO/SimplifyLibCalls.cpp @@ -27,6 +27,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Target/TargetData.h" #include "llvm/Transforms/IPO.h" +#include "llvm/Config/config.h" #include using namespace llvm; -- 2.34.1