summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/Linux/coverage_ctors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/profile/Linux/coverage_ctors.cpp')
-rw-r--r--compiler-rt/test/profile/Linux/coverage_ctors.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/test/profile/Linux/coverage_ctors.cpp b/compiler-rt/test/profile/Linux/coverage_ctors.cpp
index 611ae96c512..fe4a2be4fcb 100644
--- a/compiler-rt/test/profile/Linux/coverage_ctors.cpp
+++ b/compiler-rt/test/profile/Linux/coverage_ctors.cpp
@@ -2,11 +2,6 @@
// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
// RUN: llvm-cov show %t -instr-profile %t.profdata -filename-equivalence 2>&1 | FileCheck %s
-// 32 bit testing.
-// RUN: %clang_profgen -x c++ -std=c++11 -fuse-ld=gold -fcoverage-mapping -m32 -o %t.32 %s
-// RUN: env LLVM_PROFILE_FILE=%t.32.profraw %run %t.32
-// RUN: llvm-profdata merge -o %t.32.profdata %t.32.profraw
-// RUN: llvm-cov show %t.32 -instr-profile %t.32.profdata -filename-equivalence 2>&1 | FileCheck %s
struct Base {
int B;
OpenPOWER on IntegriCloud