commit | 6e741f8842b5570e30f25912dbdaaa2edf36110c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 15 22:48:31 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 15 22:48:31 2005 +0000 |
tree | 1c2dc47c8d71391d886ebb665f6139f04bbcf487 | |
parent | 3e3def9c1955ab061575eb9a99aa4297a4de5299 [diff] [blame] |
You can't use config options without config.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22446 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp index 3e685f3..a554b62 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
@@ -16,6 +16,7 @@ #include "llvm/Function.h" #include "llvm/Support/GraphWriter.h" #include "llvm/ADT/StringExtras.h" +#include "llvm/Config/config.h" #include <fstream> using namespace llvm;