[lld] r368298 - [ELF][AArch64] Delete two unused RUN lines from aarch64-movw-tprel.s after D65882

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 06:57:53 PDT 2019


Author: maskray
Date: Thu Aug  8 06:57:53 2019
New Revision: 368298

URL: http://llvm.org/viewvc/llvm-project?rev=368298&view=rev
Log:
[ELF][AArch64] Delete two unused RUN lines from aarch64-movw-tprel.s after D65882

Modified:
    lld/trunk/test/ELF/aarch64-movw-tprel.s

Modified: lld/trunk/test/ELF/aarch64-movw-tprel.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/aarch64-movw-tprel.s?rev=368298&r1=368297&r2=368298&view=diff
==============================================================================
--- lld/trunk/test/ELF/aarch64-movw-tprel.s (original)
+++ lld/trunk/test/ELF/aarch64-movw-tprel.s Thu Aug  8 06:57:53 2019
@@ -1,8 +1,6 @@
 # REQUIRES: aarch64
 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o
 # RUN: ld.lld %t.o -o %t
-# RUN: llvm-objdump -d %t
-# RUN: llvm-readobj --symbols %t
 # RUN: llvm-objdump --no-show-raw-insn -d %t | FileCheck %s
 # RUN: llvm-readobj --symbols %t | FileCheck --check-prefix=CHECK-SYM %s
 




More information about the llvm-commits mailing list