[all-commits] [llvm/llvm-project] 481e00: Revert "[ADT] Fix for ImmutableMapRef"

Mitch Phillips via All-commits all-commits at lists.llvm.org
Tue Oct 27 21:01:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 481e0025840ee9f058fa72e8ad441257a4e41ea2
      https://github.com/llvm/llvm-project/commit/481e0025840ee9f058fa72e8ad441257a4e41ea2
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M llvm/include/llvm/ADT/ImmutableMap.h
    M llvm/unittests/ADT/ImmutableMapTest.cpp

  Log Message:
  -----------
  Revert "[ADT] Fix for ImmutableMapRef"

This reverts commit a6336eab0c507b665dda63fa9db1292a2cdee409.

This commit broke check-llvm under ASan:

See http://lab.llvm.org:8011/#/builders/5/builds/446 for more details.


  Commit: ae76729a015478fdfe1477653c36bfe390445f0d
      https://github.com/llvm/llvm-project/commit/ae76729a015478fdfe1477653c36bfe390445f0d
  Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
  Date:   2020-10-27 (Tue, 27 Oct 2020)

  Changed paths:
    M llvm/include/llvm/IR/DIBuilder.h
    M llvm/lib/IR/DIBuilder.cpp
    M llvm/unittests/IR/DebugInfoTest.cpp

  Log Message:
  -----------
  Revert "[DebugInfo] Expose Fortran array debug info attributes through DIBuilder."

This reverts commit 5b3bf8b453b8cc00efd5269009a1e63c4442a30e.

This caused a regression in the ASan buildbot. See comments at
https://reviews.llvm.org/D89817 for more information.


Compare: https://github.com/llvm/llvm-project/compare/467db11ccb1c...ae76729a0154


More information about the All-commits mailing list