[all-commits] [llvm/llvm-project] d735c7: [test] Fix lld's ELF/linkerscript/thunk-gen-mips.s
RoboTux via All-commits
all-commits at lists.llvm.org
Sat May 2 15:04:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d735c7048c6ce841546b5757632aff793d4a0851
https://github.com/llvm/llvm-project/commit/d735c7048c6ce841546b5757632aff793d4a0851
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M lld/test/ELF/linkerscript/thunk-gen-mips.s
Log Message:
-----------
[test] Fix lld's ELF/linkerscript/thunk-gen-mips.s
Summary:
Lld test ELF/linkerscript/thunk-gen-mips.s was accidentally disabled due
to the use of wrong FileCheck directives. As a result the test seems to
have bitrotted as it fails to pass if fixing the directive. To ease
updates to the test in case of change of the __start address the checks
have been changed to use numeric variables to express all the addresses
based on the __start address.
Reviewed By: atanasyan
Differential Revision: https://reviews.llvm.org/D79270
More information about the All-commits
mailing list