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

Shiva Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 04:09:53 PDT 2019


shiva0217 updated this revision to Diff 190595.
shiva0217 added a comment.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Passing small data limitation by module flag.


Repository:
  rL LLVM

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/Driver/CC1Options.td
  include/clang/Driver/Options.td
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/Driver/ToolChains/Clang.cpp
  lib/Driver/ToolChains/RISCVToolchain.cpp
  lib/Driver/ToolChains/RISCVToolchain.h
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGen/riscv-sdata-module-flag.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57497.190595.patch
Type: text/x-patch
Size: 8604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190314/dbd069b1/attachment.bin>


More information about the llvm-commits mailing list