diff options
| author | Yury Gribov <y.gribov@samsung.com> | 2015-12-04 09:32:45 +0000 |
|---|---|---|
| committer | Yury Gribov <y.gribov@samsung.com> | 2015-12-04 09:32:45 +0000 |
| commit | b18e2c7110b2313458f2eb37e1bc15c1b68b8438 (patch) | |
| tree | 69a5bd46e55537c8c72536615219bcd47ded88ef | |
| parent | 6ff0a66b091a770513ed12a3299e5ec5e2a1cdb0 (diff) | |
| download | bcm5719-llvm-b18e2c7110b2313458f2eb37e1bc15c1b68b8438.tar.gz bcm5719-llvm-b18e2c7110b2313458f2eb37e1bc15c1b68b8438.zip | |
[asan] Enable alloca_vla_interact.cc test on PowerPC64.
Patch by Max Ostapenko.
Differential Revision: http://reviews.llvm.org/D15108
llvm-svn: 254708
| -rw-r--r-- | compiler-rt/test/asan/TestCases/alloca_vla_interact.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc b/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc index e86616f112b..3873c3fceea 100644 --- a/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc +++ b/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc @@ -2,7 +2,6 @@ // RUN: %run %t 2>&1 // // REQUIRES: stable-runtime -// XFAIL: powerpc64 // This testcase checks correct interaction between VLAs and allocas. |

