mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-29 16:23:44 +00:00
Fix whitespace and line wrapping. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268725 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cf5d6815b
commit
ffe6f6b6be
@ -208,9 +208,10 @@ static cl::opt<bool> ClSkipPromotableAllocas(
|
||||
static cl::opt<int> ClMappingScale("asan-mapping-scale",
|
||||
cl::desc("scale of asan shadow mapping"),
|
||||
cl::Hidden, cl::init(0));
|
||||
static cl::opt<unsigned long long> ClMappingOffset("asan-mapping-offset",
|
||||
cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"),
|
||||
cl::Hidden, cl::init(0));
|
||||
static cl::opt<unsigned long long> ClMappingOffset(
|
||||
"asan-mapping-offset",
|
||||
cl::desc("offset of asan shadow mapping [EXPERIMENTAL]"), cl::Hidden,
|
||||
cl::init(0));
|
||||
|
||||
// Optimization flags. Not user visible, used mostly for testing
|
||||
// and benchmarking the tool.
|
||||
|
Loading…
x
Reference in New Issue
Block a user