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

Ana Pazos via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 13:02:01 PDT 2020


apazos added a comment.

Shiva, I see a warning always  being printed:

'+small-data-limit=' is not a recognized feature for this target (ignoring feature)

This is because it is being passed down as a target feature.

Might be good to add a test case to make sure the SmallDataLimit module flag is created, no target feature is passed, and that no warnings are printed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57497





More information about the cfe-commits mailing list