From 50c0aaed47b518beea550a6858c2967eaeaef7eb Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Fri, 4 Jun 2021 10:42:37 -0400 Subject: [PATCH] Temporarily remove another test added in one of the tests added in effb87d This test reads the test file removed in db3e4faa4d2ca. --- compiler-rt/test/profile/Linux/coverage-linkage-lld.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 compiler-rt/test/profile/Linux/coverage-linkage-lld.cpp diff --git a/compiler-rt/test/profile/Linux/coverage-linkage-lld.cpp b/compiler-rt/test/profile/Linux/coverage-linkage-lld.cpp deleted file mode 100644 index 5496338..0000000 --- a/compiler-rt/test/profile/Linux/coverage-linkage-lld.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// REQUIRES: lld-available -/// With lld --gc-sections we can ensure discarded[01] and their profc/profd -/// variables are discarded. - -// RUN: %clang_profgen -fcoverage-mapping -ffunction-sections -fuse-ld=lld -Wl,--gc-sections %S/coverage-linkage.cpp -o %t -// RUN: llvm-nm %t | FileCheck %s - -// CHECK-NOT: discarded{{.*}} -- 2.7.4