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

Shiva Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 05:53:37 PDT 2019


shiva0217 updated this revision to Diff 192618.
shiva0217 added a comment.

Add warning message for -msmall-data-limit with -fpic or RV64 with -mcmodel=large


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
  test/Driver/riscv-sdata-warning.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57497.192618.patch
Type: text/x-patch
Size: 10230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190328/39466c2b/attachment.bin>


More information about the cfe-commits mailing list