From e0004f921504d5e87bdba4b21367b05940820a23 Mon Sep 17 00:00:00 2001 From: Weiming Zhao Date: Sat, 11 Mar 2017 19:40:24 +0000 Subject: [Builtin] Implement lit-test support Summary: This patch implements a initial support of lit test for builtins. Unit/arm/call_apsr.S is updated to support thumb1. It also fixes a bug in arm/aeabi_uldivmod_test.c gcc_personality_test is XFAILED as the framework cannot handle it so far. cpu_model_test is also XFAILED for now as it is expected to return non-zero. Reviewers: rengolin, compnerd, jroelofs, erik.pilkington, arphaman Reviewed By: jroelofs Subscribers: jroelofs, aemerson, srhines, nemanjai, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D30802 llvm-svn: 297566 --- compiler-rt/test/builtins/Unit/floatundidf_test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler-rt/test/builtins/Unit/floatundidf_test.c') diff --git a/compiler-rt/test/builtins/Unit/floatundidf_test.c b/compiler-rt/test/builtins/Unit/floatundidf_test.c index 97fb1e5ec09..d5d74195c2a 100644 --- a/compiler-rt/test/builtins/Unit/floatundidf_test.c +++ b/compiler-rt/test/builtins/Unit/floatundidf_test.c @@ -1,3 +1,4 @@ +// RUN: %clang_builtins %s %librt -o %t && %run %t //===-- floatundidf_test.c - Test __floatundidf ---------------------------===// // // The LLVM Compiler Infrastructure -- cgit v1.2.3