[PATCH] D39963: [RISCV][RFC] Add initial RISC-V target and driver support

Mandeep Singh Grang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 30 08:12:39 PST 2017


mgrang added inline comments.


================
Comment at: lib/Driver/ToolChains/Arch/RISCV.cpp:47
+        Features.push_back("+d");
+        break;
+      }
----------------
Can you also add a case for pushing back +c here?


https://reviews.llvm.org/D39963





More information about the cfe-commits mailing list