[all-commits] [llvm/llvm-project] d8f777: [clang][test] Add Darwin pragma weak alias IR cove...
syhhyl via All-commits
all-commits at lists.llvm.org
Thu Jul 23 11:22:08 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8f7777f4030ba7b4d0643399c87a0fcc17f648a
https://github.com/llvm/llvm-project/commit/d8f7777f4030ba7b4d0643399c87a0fcc17f648a
Author: syhhyl <syhhyl926 at 126.com>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
A clang/test/CodeGen/pragma-weak-darwin.c
Log Message:
-----------
[clang][test] Add Darwin pragma weak alias IR coverage (#211499)
Add Clang IR coverage for `#pragma weak alias = target` on Darwin.
The test verifies that Clang:
- emits the alias with weak linkage;
- keeps calls referencing the alias instead of replacing them with the
aliasee.
This is a test-only follow-up to #198148 and covers the Clang lowering
path used by #111321.
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