[PATCH] D54487: Implement llvm.commandline named metadata

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 14 07:41:43 PST 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL349155: Implement -frecord-command-line (-frecord-gcc-switches) (authored by scott.linder, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D54487?vs=177892&id=178233#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54487/new/

https://reviews.llvm.org/D54487

Files:
  cfe/trunk/docs/ClangCommandLineReference.rst
  cfe/trunk/include/clang/Basic/CodeGenOptions.h
  cfe/trunk/include/clang/Driver/CC1Options.td
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/lib/CodeGen/CodeGenModule.cpp
  cfe/trunk/lib/CodeGen/CodeGenModule.h
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/Driver/clang_f_opts.c
  cfe/trunk/test/Driver/debug-options.c
  llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
  llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/trunk/include/llvm/Target/TargetLoweringObjectFile.h
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/CodeGen/X86/commandline-metadata.ll
  llvm/trunk/test/Linker/Inputs/commandline.a.ll
  llvm/trunk/test/Linker/Inputs/commandline.b.ll
  llvm/trunk/test/Linker/commandline.ll
  llvm/trunk/test/Verifier/commandline-meta1.ll
  llvm/trunk/test/Verifier/commandline-meta2.ll
  llvm/trunk/test/Verifier/commandline-meta3.ll
  llvm/trunk/test/Verifier/commandline-meta4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54487.178233.patch
Type: text/x-patch
Size: 23056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181214/d5ab7101/attachment.bin>


More information about the llvm-commits mailing list