diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-27 11:59:33 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-27 11:59:33 +0000 |
| commit | 079173d560a863916b72f34aeaa8e3d3772f87d2 (patch) | |
| tree | 2250be8298ad4f262ac309d71811d548af5b5042 /llvm | |
| parent | 99767ddf0ba1f8f0886a9ef882417a511a6c4578 (diff) | |
| download | bcm5719-llvm-079173d560a863916b72f34aeaa8e3d3772f87d2.tar.gz bcm5719-llvm-079173d560a863916b72f34aeaa8e3d3772f87d2.zip | |
Revert r206989, "Mark llvm/test/BugPoint/compile-custom.ll as XFAIL:vg_leak." It has been fixed since r207265.
llvm-svn: 207355
Diffstat (limited to 'llvm')
| -rwxr-xr-x | llvm/test/BugPoint/compile-custom.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/BugPoint/compile-custom.ll b/llvm/test/BugPoint/compile-custom.ll index d019811cbe3..e9016ffb870 100755 --- a/llvm/test/BugPoint/compile-custom.ll +++ b/llvm/test/BugPoint/compile-custom.ll @@ -1,8 +1,6 @@ ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%s.py arg1 arg2" --output-prefix %t %s | FileCheck %s ; REQUIRES: loadable_module -; XFAIL: vg_leak - ; Test that arguments are correctly passed in --compile-command. The output ; of bugpoint includes the output of the custom tool, so we just echo the args ; in the tool and check here. |

