Test usage of revamb's headers/libraries

This commit is contained in:
Alessandro Di Federico
2018-12-05 11:32:23 +01:00
parent 7d4abadced
commit e2abcbffe8
3 changed files with 13 additions and 1 deletions
+4
View File
@@ -1,7 +1,11 @@
// LLVM includes
#include "llvm/Pass.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/raw_ostream.h"
// revng includes
#include "revng/Support/IRHelpers.h"
using namespace llvm;
struct ExamplePass : public FunctionPass {