commit | c4cb4af5040359164f400951448f8637c95afd86 | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchphillips@outlook.com> | Thu Sep 19 20:44:12 2019 +0000 |
committer | Mitch Phillips <mitchphillips@outlook.com> | Thu Sep 19 20:44:12 2019 +0000 |
tree | 242295b6687966ebf6086045f9d13774e2c0d1ea | |
parent | 6b039ae1c98b51859ffa52b082d07382d6747de5 [diff] |
Don't false-positive match against binary path. copy-rel-abs.s uses llvm-objdump to generate output that's then run through FileCheck. llvm-objdump prints the file path at the top of the file, which means that any build path that contains 'zed' will get false-matched. Ensure that 'zed' is only matched after the 'SYMBOL TABLE:' output, preventing this from failing if your build directory is ~/build/sanitized-xxx/, or similar. git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@372351 91177308-0d34-0410-b5e6-96231b3b80d8
This directory and its subdirectories contain source code for the LLVM Linker, a modular cross platform linker which is built as part of the LLVM compiler infrastructure project.
lld is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.
In order to make sure various developers can evaluate patches over the same tests, we create a collection of self contained programs.
It is hosted at https://s3-us-west-2.amazonaws.com/linker-tests/lld-speed-test.tar.xz
The current sha256 is 10eec685463d5a8bbf08d77f4ca96282161d396c65bd97dc99dbde644a31610f.