[all-commits] [llvm/llvm-project] 63bb2d: [clang] Put original flags on 'Driver args:' crash...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Sep 27 07:25:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 63bb2d585e9760cbc2251f95dfcc335506cad177
      https://github.com/llvm/llvm-project/commit/63bb2d585e9760cbc2251f95dfcc335506cad177
  Author: Nico Weber <thakis at chromium.org>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    A clang/test/Driver/crash-report-clang-cl.c

  Log Message:
  -----------
  [clang] Put original flags on 'Driver args:' crash report line

We used to put the canonical spelling of flags after alias processing
on that line. For clang-cl in particular, that meant that we put flags
on that line that the clang-cl driver doesn't even accept, and the
"Driver args:" line wasn't usable.

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




More information about the All-commits mailing list