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{{.*}}