[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
Wed Nov 15 14:58:17 PST 2017


mgrang added inline comments.


================
Comment at: test/Driver/riscv64-toolchain.c:1
+// A basic clang -cc1 command-line, and simple environment check.
+
----------------
I just saw that this test fails with the error:

error: backend data layout 'e-m:e-i64:64-n32:64-S128' does not match expected target description 'e-m:e-p:64:64-i64:64-i128:128-n64-S128'


https://reviews.llvm.org/D39963





More information about the cfe-commits mailing list