commit | 9c8904fb3819ecb3cde7882e8b66ad03db4bab1d | [log] [tgz] |
---|---|---|
author | Rafael Espindola <[email protected]> | Wed Nov 18 06:11:01 2015 |
committer | Rafael Espindola <[email protected]> | Wed Nov 18 06:11:01 2015 |
tree | 1eb79f793805aa400e445043c26f9332cfd48a32 | |
parent | 449711cb366962c841e7c6b9c1271484d2965c54 [diff] [blame] |
Rename ld.lld2 to ld.lld since it is the default. llvm-svn: 253437
diff --git a/lld/test/ELF/local.s b/lld/test/ELF/local.s index ec547ed..cc879e1 100644 --- a/lld/test/ELF/local.s +++ b/lld/test/ELF/local.s
@@ -1,6 +1,6 @@ // Check that symbol table is correctly populated with local symbols. // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t -// RUN: ld.lld2 %t -o %t1 +// RUN: ld.lld %t -o %t1 // RUN: llvm-readobj -t -s %t1 | FileCheck %s // REQUIRES: x86