[lld] r320818 - Delete a really large test output.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 06:56:01 PST 2017
Author: rafael
Date: Fri Dec 15 06:56:01 2017
New Revision: 320818
URL: http://llvm.org/viewvc/llvm-project?rev=320818&view=rev
Log:
Delete a really large test output.
Modified:
lld/trunk/test/ELF/aarch64-cortex-a53-843419-thunk.s
Modified: lld/trunk/test/ELF/aarch64-cortex-a53-843419-thunk.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/aarch64-cortex-a53-843419-thunk.s?rev=320818&r1=320817&r2=320818&view=diff
==============================================================================
--- lld/trunk/test/ELF/aarch64-cortex-a53-843419-thunk.s (original)
+++ lld/trunk/test/ELF/aarch64-cortex-a53-843419-thunk.s Fri Dec 15 06:56:01 2017
@@ -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: 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
// range extension thunks. Both erratum fixes and range extension thunks need
// precise address information and after creation alter address information.
More information about the llvm-commits
mailing list