[PATCH] D128109: [Driver] Pass -X to ld for riscv64-openbsd
Brad Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 18 14:47:33 PDT 2022
brad added inline comments.
================
Comment at: clang/test/Driver/openbsd.c:133
+// RUN: | FileCheck -check-prefix=CHECK-RISCV64-FLAGS %s
+// CHECK-RISCV64-FLAGS: "-X"
----------------
MaskRay wrote:
> It's useful to check other values like the `-m` emulation and the dynamic linker.
The dynamic linker flags are tested further up in openbsd.c. The driver currently does not pass back the emulation flag.
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