[clang] [flang] [clang][Driver] Add the ability to specify that RPATH should be added by default (PR #115163)
David Truby via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 6 07:06:53 PST 2024
================
@@ -0,0 +1,34 @@
+! REQUIRES: x86-registered-target
----------------
DavidTruby wrote:
This test doesn't actually need x86-registered-target. The driver is able to construct command lines for targets that aren't registered as LLVM backends, and since we're using -### all we need is for the driver to construct the command lines.
https://github.com/llvm/llvm-project/pull/115163
More information about the cfe-commits
mailing list