diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-07-15 22:48:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-07-15 22:48:31 +0000 |
| commit | 6e741f8842b5570e30f25912dbdaaa2edf36110c (patch) | |
| tree | 1c2dc47c8d71391d886ebb665f6139f04bbcf487 /lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | |
| parent | 3e3def9c1955ab061575eb9a99aa4297a4de5299 (diff) | |
| download | external_llvm-6e741f8842b5570e30f25912dbdaaa2edf36110c.zip external_llvm-6e741f8842b5570e30f25912dbdaaa2edf36110c.tar.gz external_llvm-6e741f8842b5570e30f25912dbdaaa2edf36110c.tar.bz2 | |
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
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
