[all-commits] [llvm/llvm-project] d6be92: Revert "[compiler-rt] Fix tests after 03b84e4f6d0"

Jeremy Morse via All-commits all-commits at lists.llvm.org
Fri Nov 8 04:09:02 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d6be9273c6035c07b25dd1494f76cd61d523b878
      https://github.com/llvm/llvm-project/commit/d6be9273c6035c07b25dd1494f76cd61d523b878
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M compiler-rt/test/asan/TestCases/default_blacklist.cpp
    M compiler-rt/test/msan/default_blacklist.cpp

  Log Message:
  -----------
  Revert "[compiler-rt] Fix tests after 03b84e4f6d0"

This reverts commit bdeb2724f0aa9c518f94d998d24d8620a1e88727.

(Reverting 03b84e4f6d0, so this must come out as well)


  Commit: 6b45e1bc11e91ea7b57a6ab1c19461a86dba33f8
      https://github.com/llvm/llvm-project/commit/6b45e1bc11e91ea7b57a6ab1c19461a86dba33f8
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/Driver/fsanitize-blacklist.c
    M clang/test/Frontend/dependency-gen.c

  Log Message:
  -----------
  Revert "[clang] Report sanitizer blacklist as a dependency in cc1"

This reverts commit 03b84e4f6d0e1c04f22d69cc445f36e1f713beb4.

This breaks dfsan tests with a linking failure, in for example this build:

  http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/24312

Reverting this patch locally makes those tests succeed.


Compare: https://github.com/llvm/llvm-project/compare/8d2ccd1ac32c...6b45e1bc11e9


More information about the All-commits mailing list