[all-commits] [llvm/llvm-project] a41f07: [test] Fix tools/gold/X86/weak.ll after D94202
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Apr 26 16:04:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a41f076ef1d611fcd255514d0c19cb06375e49b2
https://github.com/llvm/llvm-project/commit/a41f076ef1d611fcd255514d0c19cb06375e49b2
Author: Fangrui Song <i at maskray.me>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M llvm/test/tools/gold/X86/Inputs/weak.ll
M llvm/test/tools/gold/X86/weak.ll
Log Message:
-----------
[test] Fix tools/gold/X86/weak.ll after D94202
The order regressed after D94202: after `a b`, when adding `a c`, we may reorder
`a` to the right of `b`, causing the final order to be `b a c`.
More information about the All-commits
mailing list