Some minor cleanups

* remove an #ifdef USE_METADATA I accidently left in
* remove now unneeded llvm-version includes
* fix indentation in metadata.h
* prevent the "Found native target" message from interrupting ccmake
This commit is contained in:
Benjamin Kramer
2009-07-20 18:16:11 +02:00
parent 69171c07cd
commit 51c02d192a
8 changed files with 13 additions and 22 deletions

View File

@@ -11,7 +11,6 @@
#include <fstream>
#include "gen/llvm.h"
#include "gen/llvm-version.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/Module.h"