[all-commits] [llvm/llvm-project] 456a7e: [clang][asan] Add test for ensuring PR52382 is fixed

PiJoules via All-commits all-commits at lists.llvm.org
Fri Nov 5 14:10:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 456a7e52310d632be4e41a4b7c4853e910648621
      https://github.com/llvm/llvm-project/commit/456a7e52310d632be4e41a4b7c4853e910648621
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2021-11-05 (Fri, 05 Nov 2021)

  Changed paths:
    A clang/test/CodeGen/pr52382.c

  Log Message:
  -----------
  [clang][asan] Add test for ensuring PR52382 is fixed

The fix for PR52382 was already introduced in D112732 which ensures that module
instrumentation always runs after function instrumentation. This adds a test
that ensures the PR is addressed and prevent regression.

Differential Revision: https://reviews.llvm.org/D113143




More information about the All-commits mailing list