[ASan] Disable instrumentation for inalloca variables.
inalloca variables were not treated as static allocas, therefore didn't participate in regular stack instrumentation. We don't want them to participate in dynamic alloca instrumentation as well. llvm-svn: 252213
Loading
Please sign in to comment