XFAILing a test on ARM. See PR27667

llvm-svn: 268745
This commit is contained in:
Renato Golin 2016-05-06 15:34:54 +00:00
parent 33be4997ed
commit 00966ed8b9
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// 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