[all-commits] [llvm/llvm-project] 77ef5a: [Clang][NFC] Fix a test failure with mold linker (...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Sat Jan 11 03:17:30 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77ef5a601ad3827316e412788f609e9141b51e83
https://github.com/llvm/llvm-project/commit/77ef5a601ad3827316e412788f609e9141b51e83
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2025-01-11 (Sat, 11 Jan 2025)
Changed paths:
M clang/test/LibClang/symbols.test
Log Message:
-----------
[Clang][NFC] Fix a test failure with mold linker (#122587)
Mold prefers the suffix '$' for symbols like PLT and GOT entries, so
exclude these symbols as well. Otherwise, this test will fail for
developers using mold-linked Clang.
Closes https://github.com/llvm/llvm-project/issues/76982
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