Delete a really large test output.

llvm-svn: 320818
This commit is contained in:
Rafael Espindola 2017-12-15 14:56:01 +00:00
parent 75ebe9a3bf
commit 9b332d997f
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
// RUN: ld.lld --script %t.script -fix-cortex-a53-843419 -verbose %t.o -o %t2 | FileCheck -check-prefix=CHECK-PRINT %s // RUN: ld.lld --script %t.script -fix-cortex-a53-843419 -verbose %t.o -o %t2 | FileCheck -check-prefix=CHECK-PRINT %s
// RUN: llvm-objdump -triple=aarch64-linux-gnu -d %t2 | FileCheck %s // RUN: llvm-objdump -triple=aarch64-linux-gnu -d %t2 | FileCheck %s
// %t2 is 4.1GB, so delete it early.
// RUN: rm %t2
// Test cases for Cortex-A53 Erratum 843419 that involve interactions with // Test cases for Cortex-A53 Erratum 843419 that involve interactions with
// range extension thunks. Both erratum fixes and range extension thunks need // range extension thunks. Both erratum fixes and range extension thunks need
// precise address information and after creation alter address information. // precise address information and after creation alter address information.