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