[compiler-rt] 50c0aae - Temporarily remove another test added in one of the tests added in effb87d
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 4 07:43:27 PDT 2021
Author: Nico Weber
Date: 2021-06-04T10:42:37-04:00
New Revision: 50c0aaed47b518beea550a6858c2967eaeaef7eb
URL: https://github.com/llvm/llvm-project/commit/50c0aaed47b518beea550a6858c2967eaeaef7eb
DIFF: https://github.com/llvm/llvm-project/commit/50c0aaed47b518beea550a6858c2967eaeaef7eb.diff
LOG: Temporarily remove another test added in one of the tests added in effb87d
This test reads the test file removed in db3e4faa4d2ca.
Added:
Modified:
Removed:
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 549633867c75..000000000000
--- 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{{.*}}
More information about the llvm-commits
mailing list