[clang] [PS5][Driver] Allow `-T` to override `--default-script` (PR #116074)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 13 09:00:42 PST 2024
================
@@ -67,19 +67,24 @@
// CHECK-NO-EXE-NOT: "--unresolved-symbols
// CHECK-NO-EXE-NOT: "-z"
-// Test that an appropriate linker script is supplied by the driver.
+// Test that an appropriate linker script is supplied by the driver, but can
+// be overridden with -T.
----------------
bd1976bris wrote:
No you haven't. I just assumed that there was, appologies.
https://github.com/llvm/llvm-project/pull/116074
More information about the cfe-commits
mailing list