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
This commit is contained in:
Reid Spencer 2005-05-15 17:20:47 +00:00
parent edd5d9ece1
commit c64e3e77f9

View 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;