[all-commits] [llvm/llvm-project] cdb457: This new flag depends both on the compiler version...
jimingham via All-commits
all-commits at lists.llvm.org
Thu Mar 26 16:38:03 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdb4578edb33630f36d804e44a0d035d91f71c27
https://github.com/llvm/llvm-project/commit/cdb4578edb33630f36d804e44a0d035d91f71c27
Author: jimingham <jingham at apple.com>
Date: 2026-03-26 (Thu, 26 Mar 2026)
Changed paths:
M lldb/test/API/lang/objc/objc-class-method/TestObjCClassMethod.py
Log Message:
-----------
This new flag depends both on the compiler version AND the linker (#188864)
version, and clang will say it supports the flag even if the linker
can't use its output.
The compiler actually has code to know whether the linker version is
right, and sets it to the default if the stars align.
So I'm going to just test whether whatever is the default method for the
compiler and linker works.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list