[all-commits] [llvm/llvm-project] a9f63d: [clangd] Disable msan instrumentation for generate...

UTKARSH SAXENA via All-commits all-commits at lists.llvm.org
Tue Sep 29 08:47:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a9f63d22fafb0d7de768efc6b7447f8e7f6bb220
      https://github.com/llvm/llvm-project/commit/a9f63d22fafb0d7de768efc6b7447f8e7f6bb220
  Author: Utkarsh Saxena <usx at google.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M clang-tools-extra/clangd/quality/CompletionModelCodegen.py

  Log Message:
  -----------
  [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




More information about the All-commits mailing list