Recommit klickverbot's patch for LLVM-2.9.

This commit is contained in:
Kelly Wilson
2011-04-20 09:28:37 -06:00
parent 7c81278b9c
commit 72ea043124
15 changed files with 221 additions and 250 deletions

View File

@@ -1,7 +1,7 @@
#include "gen/linker.h"
#include "gen/llvm.h"
#include "llvm/Linker.h"
#include "llvm/System/Program.h"
#include "llvm/Support/Program.h"
#if _WIN32
#include "llvm/Support/SystemUtils.h"
#endif