[PATCH] D128109: [Driver] Pass -X to ld for riscv64-openbsd

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 17 17:53:42 PDT 2022


MaskRay added inline comments.


================
Comment at: clang/test/Driver/openbsd.c:133
+// RUN:   | FileCheck -check-prefix=CHECK-RISCV64-FLAGS %s
+// CHECK-RISCV64-FLAGS: "-X"
----------------
It's useful to check other values like the `-m` emulation and the dynamic linker.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128109



More information about the cfe-commits mailing list