Duh .. you actually have to #include Config/config.h before you can test
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 May 2005 17:20:47 +0000 (17:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 May 2005 17:20:47 +0000 (17:20 +0000)
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

index 951516a184227b849433dcdcaecef5e95a8efa92..c7734a814f81ff1d7fc77cd92ea5501f890fea31 100644 (file)
@@ -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 <iostream>
 using namespace llvm;