[clang] [Driver][DragonFly] Fixes for linker path and command-line option handling (PR #69095)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 15 09:28:59 PDT 2023
================
@@ -26,3 +27,14 @@
// RELOCATABLE-NOT: "-dynamic-linker"
// RELOCATABLE-NOT: "-l
// RELOCATABLE-NOT: {{.*}}crt{{[^./]+}}.o
+
+// Check that the new linker flags are passed to DraonFly
+// RUN: %clang --target=x86_64-unknown-dragonfly -s -### %s 2>&1 \
----------------
MaskRay wrote:
Test all driver linker options in one %clang command.
https://github.com/llvm/llvm-project/pull/69095
More information about the cfe-commits
mailing list