forked from OSchip/llvm-project
parent
3f37df0326
commit
6194ae69fe
|
@ -208,9 +208,10 @@ static cl::opt<bool> ClSkipPromotableAllocas(
|
||||||
static cl::opt<int> ClMappingScale("asan-mapping-scale",
|
static cl::opt<int> ClMappingScale("asan-mapping-scale",
|
||||||
cl::desc("scale of asan shadow mapping"),
|
cl::desc("scale of asan shadow mapping"),
|
||||||
cl::Hidden, cl::init(0));
|
cl::Hidden, cl::init(0));
|
||||||
static cl::opt<unsigned long long> ClMappingOffset("asan-mapping-offset",
|
static cl::opt<unsigned long long> ClMappingOffset(
|
||||||
cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"),
|
"asan-mapping-offset",
|
||||||
cl::Hidden, cl::init(0));
|
cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"), cl::Hidden,
|
||||||
|
cl::init(0));
|
||||||
|
|
||||||
// Optimization flags. Not user visible, used mostly for testing
|
// Optimization flags. Not user visible, used mostly for testing
|
||||||
// and benchmarking the tool.
|
// and benchmarking the tool.
|
||||||
|
|
Loading…
Reference in New Issue