[PATCH] D57497: [RISCV] Passing small data limitation value to RISCV backend

Shiva Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 20 23:49:58 PDT 2019


shiva0217 updated this revision to Diff 191640.
shiva0217 marked an inline comment as done.
shiva0217 edited the summary of this revision.
shiva0217 changed the repository for this revision from rL LLVM to rC Clang.
shiva0217 removed a project: LLVM.
shiva0217 removed a subscriber: llvm-commits.
shiva0217 added a comment.

Update patch to address Ana's comments.

1. Ignoring -G when -msmall-data-limit= in the command line and show the warning message
2. Removing LTO plugin invoking which should introduce in another patch


Repository:
  rC Clang

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

https://reviews.llvm.org/D57497

Files:
  docs/ClangCommandLineReference.rst
  include/clang/Basic/CodeGenOptions.def
  include/clang/Basic/DiagnosticDriverKinds.td
  include/clang/Driver/CC1Options.td
  include/clang/Driver/Options.td
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/riscv-sdata-module-flag.c
  test/Driver/riscv-G-warning.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57497.191640.patch
Type: text/x-patch
Size: 9135 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190321/c9a11e60/attachment.bin>


More information about the cfe-commits mailing list