forked from OSchip/llvm-project
parent
110bf6da75
commit
b086a70206
|
@ -46,7 +46,7 @@ const uptr kMaxThreadStackSize = 1 << 30; // 1Gb
|
|||
|
||||
// Denotes fake PC values that come from JIT/JAVA/etc.
|
||||
// For such PC values __tsan_symbolize_external() will be called.
|
||||
const uptr kExternalPCBit = 1ULL << 60;
|
||||
const u64 kExternalPCBit = 1ULL << 60;
|
||||
|
||||
extern const char *SanitizerToolName; // Can be changed by the tool.
|
||||
|
||||
|
|
Loading…
Reference in New Issue