summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-09 21:47:29 +0000
committerXinliang David Li <davidxl@google.com>2016-05-09 21:47:29 +0000
commit2cfbf740250ac9f7a8626caaf5698e8bc0c79efe (patch)
treef3b3eabb85bfd69fb2fcdc79b5772c735d2203a6 /test
parent18929dd7deb848f849a3784166075446af7ac097 (diff)
Remove XFAIL
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/profile/instrprof-value-prof-shared.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/profile/instrprof-value-prof-shared.test b/test/profile/instrprof-value-prof-shared.test
index 2a3f6410e..9b0ebf539 100644
--- a/test/profile/instrprof-value-prof-shared.test
+++ b/test/profile/instrprof-value-prof-shared.test
@@ -1,4 +1,3 @@
-// XFAIL: arm
// RUN: mkdir -p %t.d
// RUN: %clang_profgen -O2 -mllvm -enable-value-profiling=true -fPIC -shared -o %t.d/t.shared -DSHARED_LIB %S/Inputs/instrprof-value-prof-real.c
// RUN: %clang_profgen -O2 -mllvm -enable-value-profiling=true -o %t -rpath %t.d %t.d/t.shared -DCALL_SHARED %S/Inputs/instrprof-value-prof-real.c