forked from OSchip/llvm-project
parent
7cd1aa31ac
commit
c37b45bd2d
|
|
@ -17,12 +17,9 @@
|
||||||
#define BUGDRIVER_H
|
#define BUGDRIVER_H
|
||||||
|
|
||||||
#include "llvm/ADT/DenseMap.h"
|
#include "llvm/ADT/DenseMap.h"
|
||||||
#include "llvm/Support/CommandLine.h"
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
extern llvm::cl::opt<bool> StripDebug;
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class Value;
|
class Value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue