[all-commits] [llvm/llvm-project] 75f09b: Re-land "[Clang][Driver] Remove -M group options ....

Alexandre Ganea via All-commits all-commits at lists.llvm.org
Fri Feb 7 06:51:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 75f09b54429bee17a96e2ba7a2ac0f0a8a7f7e74
      https://github.com/llvm/llvm-project/commit/75f09b54429bee17a96e2ba7a2ac0f0a8a7f7e74
  Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M clang/include/clang/Driver/CC1Options.td
    M clang/include/clang/Lex/PreprocessorOptions.h
    M clang/lib/Driver/Compilation.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/lib/Lex/Pragma.cpp
    A clang/test/Driver/crash-report-with-asserts.c
    M clang/test/Driver/crash-report.c

  Log Message:
  -----------
  Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug ..."

This re-lands commits f41ec709d9d388dc43469e6ac7f51b6313f7e4af (https://reviews.llvm.org/D74076)
and commit 5fedc2b410853a6aef05e8edf19ebfc4e071e28f (https://reviews.llvm.org/D74070)

The previous build break was caused by '#pragma clang __debug llvm_unreachable' used in a non-assert build. Move it to a separate test in crash-report-with-asserts.c.




More information about the All-commits mailing list