[all-commits] [llvm/llvm-project] 87a632: [dfsan] Rename and fix an internal test issue for ...

Z via All-commits all-commits at lists.llvm.org
Thu May 6 17:59:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87a6325fbe4315f3f24555797f216e96539a9397
      https://github.com/llvm/llvm-project/commit/87a6325fbe4315f3f24555797f216e96539a9397
  Author: Jianzhou Zhao <jianzhouzh at google.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
    R compiler-rt/test/dfsan/interceptors.c
    A compiler-rt/test/dfsan/mmap_at_init.c

  Log Message:
  -----------
  [dfsan] Rename and fix an internal test issue for mmap+calloc

The linker suggests using -Wl,-z,notext.

Replaced assert by exit also fixed this.

After renaming, interceptor.c would be used to test interceptors in general by D101204.

Reviewed By: morehouse

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




More information about the All-commits mailing list