[all-commits] [llvm/llvm-project] 5eedf0: [apple clang] disable in-process CC1 to preserve c...

Alex Lorenz via All-commits all-commits at lists.llvm.org
Fri Jun 5 10:58:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eedf07ab999d0a8ba43f41e0c1012d8f6e62c11
      https://github.com/llvm/llvm-project/commit/5eedf07ab999d0a8ba43f41e0c1012d8f6e62c11
  Author: Alex Lorenz <arphaman at gmail.com>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

  Changed paths:
    M clang/cmake/caches/Apple-stage1.cmake
    M clang/cmake/caches/Apple-stage2.cmake
    A clang/test/Driver/apple-clang-defaults.c
    M clang/test/lit.cfg.py
    M clang/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [apple clang] disable in-process CC1 to preserve crashlog compatibility

The in-process CC1 currently doesn't interoperate with the macOS crash analytics,
which we would like to keep enabled for Apple clang. This commit restores the
out-of-process CC1 to the Apple clang CMake configuration for now.

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




More information about the All-commits mailing list