[LLD][ELF] - Fix mistype. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Sat, 20 Apr 2019 10:50:27 +0000 (10:50 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Sat, 20 Apr 2019 10:50:27 +0000 (10:50 +0000)
Change the tripple name from
aarch64-linux-gnux to -triple=aarch64-linux-gnu

llvm-svn: 358810

lld/test/ELF/linkerscript/addr-zero.test

index 57b19a9..5b50816 100644 (file)
@@ -18,7 +18,7 @@
 
 ## Because of a bug we had a different behavior (different symbol 'foo' value)
 ## on a platforms that might use thunks, like AArch64. Check that issue is fixed.
-# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnux /dev/null -o %t.o
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu /dev/null -o %t.o
 # RUN: ld.lld -o %t.so --script %s %t.o -shared
 # RUN: llvm-readobj --symbols %t.so | FileCheck %s