[clang] [clang][driver] Fix -print-libgcc-file-name on Darwin platforms (PR #98325)
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 11 06:36:40 PDT 2024
================
@@ -0,0 +1,97 @@
+// Test the output of -print-libgcc-file-name on Darwin.
----------------
ldionne wrote:
Ack. I think it's reasonable not to try to fix everything in one go since it seems really involved. However, my thinking is more that the Darwin driver is the odd one out here, the driver should be initialized when we construct it, not "lazily" when we compute the arguments. I think it's the only driver which does that, and isn't *that* the source of all our problems?
https://github.com/llvm/llvm-project/pull/98325
More information about the cfe-commits
mailing list