[all-commits] [llvm/llvm-project] e721bc: [clang][cli] Generate and round-trip CodeGen options

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Feb 9 02:44:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e721bc9effefab8a625e913e7391bdd340693ddc
      https://github.com/llvm/llvm-project/commit/e721bc9effefab8a625e913e7391bdd340693ddc
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M clang/include/clang/Basic/XRayInstr.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Frontend/CompilerInvocation.h
    M clang/lib/Basic/XRayInstr.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M llvm/include/llvm/Option/OptParser.td

  Log Message:
  -----------
  [clang][cli] Generate and round-trip CodeGen options

This patch implements generation of remaining codegen options and tests it by performing parse-generate-parse round trip.

Reviewed By: dexonsmith

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




More information about the All-commits mailing list