[all-commits] [llvm/llvm-project] c38e42: [clang][IFS][test] Temporary work around for in-pr...

Puyan Lotfi via All-commits all-commits at lists.llvm.org
Tue Jan 21 19:56:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c38e42527b21acee8d01a016d5bfa2fb83202e29
      https://github.com/llvm/llvm-project/commit/c38e42527b21acee8d01a016d5bfa2fb83202e29
  Author: Puyan Lotfi <puyan at puyan.org>
  Date:   2020-01-21 (Tue, 21 Jan 2020)

  Changed paths:
    M clang/test/InterfaceStubs/driver-test.c
    M clang/test/InterfaceStubs/driver-test2.c

  Log Message:
  -----------
  [clang][IFS][test] Temporary work around for in-process cc1 ASAN issues.

When using in-process cc1, the Clang Interface Stubs pipeline setup
exposes an ASAN bug. I am still investigating this issue but want to
green the bots for now. I don't think this is a huge issue since the
Clang Interface Stubs Driver setup code is the only code path that sets
up such a pipeline (ie N cc1's for N c files followed by another N cc1's
for to generate stub files for the same N c files).

This issue is being discussed in https://reviews.llvm.org/D69825.
If a resolution is not found soon, a bugzilla filling will be in order.




More information about the All-commits mailing list