Generate jitdump to support linux perf for LLVM JIT (#2788)
This commit is contained in:
@ -70,6 +70,7 @@ typedef struct JitInterpSwitchInfo {
|
||||
typedef struct JitCompOptions {
|
||||
uint32 code_cache_size;
|
||||
uint32 opt_level;
|
||||
bool linux_perf_support;
|
||||
} JitCompOptions;
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user