[all-commits] [llvm/llvm-project] b6a71d: [ELF][test] Remove invalid weak COMMON tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Feb 24 12:55:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6a71d9e12bcfe4023c81182c0e11b9a92da2066
https://github.com/llvm/llvm-project/commit/b6a71d9e12bcfe4023c81182c0e11b9a92da2066
Author: Fangrui Song <i at maskray.me>
Date: 2022-02-24 (Thu, 24 Feb 2022)
Changed paths:
M lld/test/ELF/Inputs/resolution.s
M lld/test/ELF/resolution.s
Log Message:
-----------
[ELF][test] Remove invalid weak COMMON tests
GNU as reports `Error: symbol `foo' can not be both weak and common`,
though LLVM integrated assembler does not report an error yet.
More information about the All-commits
mailing list