[all-commits] [llvm/llvm-project] a5f958: [ELF][test] Add some tests for versioned symbols i...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Dec 1 08:49:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a5f95887d0f8d27f1c33f19944d0c1da66aef606
https://github.com/llvm/llvm-project/commit/a5f95887d0f8d27f1c33f19944d0c1da66aef606
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
A lld/test/ELF/symver.s
Log Message:
-----------
[ELF][test] Add some tests for versioned symbols in object files
Test the symbol resolution related to
* defined foo@@v1 and foo at v1 in object files/shared objects
* undefined foo at v1
* weak foo@@v1 and foo at v1
* visibility
* interaction with --wrap.
Reviewed By: grimar
Differential Revision: https://reviews.llvm.org/D92258
More information about the All-commits
mailing list