brad added a comment.

I will add a test.


================
Comment at: clang/lib/Driver/ToolChains/OpenBSD.cpp:159
 
+  if (ToolChain.getArch() == llvm::Triple::riscv64)
+    CmdArgs.push_back("-X");
----------------
MaskRay wrote:
> isRISCV
> 
> If OpenBSD gets riscv32, it'd need -X, too.
There is no interest in further 32-bit archs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128109

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to