diff options
author | Weiming Zhao <weimingz@codeaurora.org> | 2017-03-11 20:53:01 +0000 |
---|---|---|
committer | Weiming Zhao <weimingz@codeaurora.org> | 2017-03-11 20:53:01 +0000 |
commit | 78f8a9986ffc456ff044c776d5495852f7bfd434 (patch) | |
tree | 8b1f0776fe091971d89c23db8f3e65171ae698c5 /test/builtins/Unit/nesf2vfp_test.c | |
parent | 5acb49fe6ad9d0a3e9eb0ae52c6fb67443d817c0 (diff) | |
download | compiler-rt-78f8a9986ffc456ff044c776d5495852f7bfd434.tar.gz |
Revert "[Builtin] Implement lit-test support"
Due to test failure of check-builtins for aarch64 and armhf.
This reverts commit r297566.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@297569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/builtins/Unit/nesf2vfp_test.c')
-rw-r--r-- | test/builtins/Unit/nesf2vfp_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/builtins/Unit/nesf2vfp_test.c b/test/builtins/Unit/nesf2vfp_test.c index 8ea01ffc6..0ebcd6721 100644 --- a/test/builtins/Unit/nesf2vfp_test.c +++ b/test/builtins/Unit/nesf2vfp_test.c @@ -1,4 +1,3 @@ -// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- nesf2vfp_test.c - Test __nesf2vfp ---------------------------------===// // // The LLVM Compiler Infrastructure |