mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 12:56:08 +00:00
[NFC][sanitizer] Increase kArgVMax to 16
D116202 uses all availible slots.
This commit is contained in:
parent
9fe0d67c9a
commit
a7ebf2010e
@ -86,7 +86,7 @@ class SymbolizerProcess {
|
||||
~SymbolizerProcess() {}
|
||||
|
||||
/// The maximum number of arguments required to invoke a tool process.
|
||||
static const unsigned kArgVMax = 6;
|
||||
static const unsigned kArgVMax = 16;
|
||||
|
||||
// Customizable by subclasses.
|
||||
virtual bool StartSymbolizerSubprocess();
|
||||
|
Loading…
x
Reference in New Issue
Block a user