File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
include/llvm/Transforms/Yk Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
#ifndef LLVM_TRANSFORMS_YK_CONTROLPOINT_H
2
2
#define LLVM_TRANSFORMS_YK_CONTROLPOINT_H
3
3
4
- #include " llvm/IR/PassManager.h"
5
4
#include " llvm/Pass.h"
6
5
7
6
// The name of the "dummy function" that the user puts in their interpreter
Original file line number Diff line number Diff line change @@ -77,11 +77,6 @@ namespace llvm {
77
77
extern cl::opt<bool > NoPGOWarnMismatch;
78
78
}
79
79
80
- static cl::opt<bool >
81
- YkPatchCtrlPoint (" yk-patch-control-point" ,
82
- cl::init (false ), cl::NotHidden,
83
- cl::desc(" Patch yk_control_point()" ));
84
-
85
80
[[noreturn]] static void reportOpenError (StringRef Path, Twine Msg) {
86
81
errs () << " failed to open " << Path << " : " << Msg << ' \n ' ;
87
82
errs ().flush ();
Original file line number Diff line number Diff line change 58
58
#include " llvm/IR/Verifier.h"
59
59
#include " llvm/InitializePasses.h"
60
60
#include " llvm/Pass.h"
61
+ #include < map>
61
62
62
63
#define DEBUG_TYPE " yk-control-point"
63
64
#define JIT_STATE_PREFIX " jit-state: "
You can’t perform that action at this time.
0 commit comments