[clangd] Disable msan instrumentation for generated Evaluate().
authorUtkarsh Saxena <usx@google.com>
Tue, 29 Sep 2020 15:06:13 +0000 (17:06 +0200)
committerUtkarsh Saxena <usx@google.com>
Tue, 29 Sep 2020 15:44:10 +0000 (17:44 +0200)
commita9f63d22fafb0d7de768efc6b7447f8e7f6bb220
tree5be906cfef60f7e412b506509a9b0e64e5cf6f94
parenta06581ef39284f8ec66778807adf0e2d244a33d1
[clangd] Disable msan instrumentation for generated Evaluate().

MSAN build times out for generated DecisionForest inference runtime.

A solution worth trying is splitting the function into 300 smaller
functions and then re-enable msan.

For now we are disabling instrumentation for the generated function.

Differential Revision: https://reviews.llvm.org/D88495
clang-tools-extra/clangd/quality/CompletionModelCodegen.py