forked from OSchip/llvm-project
Revert "[Builtin] Implement lit-test support"
Due to test failure of check-builtins for aarch64 and armhf. This reverts commit r297566. llvm-svn: 297569
This commit is contained in:
parent
18debfa5b4
commit
4451a33442
|
@ -9,22 +9,6 @@ configure_lit_site_cfg(
|
|||
${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
|
||||
)
|
||||
|
||||
#Unit tests.
|
||||
set(BUILTINS_TEST_ARCH ${COMPILER_RT_SUPPORTED_ARCH})
|
||||
|
||||
foreach(arch ${BUILTINS_TEST_ARCH})
|
||||
set(BUILTINS_TEST_TARGET_ARCH ${arch})
|
||||
string(TOLOWER "-${arch}-${OS_NAME}" BUILTINS_TEST_CONFIG_SUFFIX)
|
||||
get_test_cc_for_arch(${arch} BUILTINS_TEST_TARGET_CC BUILTINS_TEST_TARGET_CFLAGS)
|
||||
string(TOUPPER ${arch} ARCH_UPPER_CASE)
|
||||
set(CONFIG_NAME ${ARCH_UPPER_CASE}${OS_NAME}Config)
|
||||
configure_lit_site_cfg(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/Unit/${CONFIG_NAME}/lit.site.cfg
|
||||
)
|
||||
list(APPEND BUILTINS_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit/${CONFIG_NAME})
|
||||
endforeach()
|
||||
|
||||
add_lit_testsuite(check-builtins "Running the Builtins tests"
|
||||
${BUILTINS_TESTSUITES}
|
||||
DEPENDS ${BUILTINS_TEST_DEPS})
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- absvdi2_test.c - Test __absvdi2 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- absvsi2_test.c - Test __absvsi2 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- absvti2_test.c - Test __absvti2 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- adddf3vfp_test.c - Test __adddf3vfp -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- addsf3vfp_test.c - Test __addsf3vfp -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- addtf3_test.c - Test __addtf3 ------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- addvdi3_test.c - Test __addvdi3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- addvsi3_test.c - Test __addvsi3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- addvti3_test.c - Test __addvti3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %arm_call_apsr -o %t.aspr.o
|
||||
// RUN: %clang_builtins %s %t.aspr.o %librt -o %t && %run %t
|
||||
//===-- aeabi_cdcmpeq.c - Test __aeabi_cdcmpeq ----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %arm_call_apsr -o %t.aspr.o
|
||||
// RUN: %clang_builtins %s %t.aspr.o %librt -o %t && %run %t
|
||||
|
||||
//===-- aeabi_cdcmple.c - Test __aeabi_cdcmple and __aeabi_cdrcmple -------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %arm_call_apsr -o %t.aspr.o
|
||||
// RUN: %clang_builtins %s %t.aspr.o %librt -o %t && %run %t
|
||||
//===-- aeabi_cfcmpeq.c - Test __aeabi_cfcmpeq ----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %arm_call_apsr -o %t.aspr.o
|
||||
// RUN: %clang_builtins %s %t.aspr.o %librt -o %t && %run %t
|
||||
|
||||
//===-- aeabi_cfcmple.c - Test __aeabi_cfcmple and __aeabi_cfrcmple -------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- aeabi_drsub.c - Test __aeabi_drsub --------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- aeabi_frsub.c - Test __aeabi_frsub --------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- aeabi_idivmod_test.c - Test __aeabi_idivmod -----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- aeabi_uidivmod_test.c - Test __aeabi_uidivmod ---------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES-ANY: arm-target-arch,armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- aeabi_uldivmod_test.c - Test aeabi_uldivmod -----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
// }
|
||||
|
||||
DEFINE_COMPILERRT_PRIVATE_FUNCTION(call_apsr_d)
|
||||
push {r7, lr}
|
||||
ldr r7, [sp, #8]
|
||||
blx r7
|
||||
push {lr}
|
||||
ldr ip, [sp, #4]
|
||||
blx ip
|
||||
mrs r0, apsr
|
||||
pop {r7, pc}
|
||||
pop {pc}
|
||||
END_COMPILERRT_FUNCTION(call_apsr_d)
|
||||
|
||||
// __attribute__((pcs("aapcs")))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ashlti3_test.c - Test __ashlti3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ashrdi3_test.c - Test __ashrdi3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ashrti3_test.c - Test __ashrti3 -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// UNSUPPORTED: armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- bswapdi2_test.c - Test __bswapdi2 ---------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// UNSUPPORTED: armv6m-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- bswapsi2_test.c - Test __bswapsi2 ---------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES: native-run
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- clear_cache_test.c - Test clear_cache -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- clzdi2_test.c - Test __clzdi2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- clzsi2_test.c - Test __clzsi2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- clzti2_test.c - Test __clzti2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- cmpdi2_test.c - Test __cmpdi2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- cmpti2_test.c - Test __cmpti2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- cmpdf2_test.c - Test __cmpdf2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- cmpsf2_test.c - Test __cmpsf2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
// FIXME: XFAIL the test because it is expected to return non-zero value.
|
||||
// XFAIL: *
|
||||
// REQUIRES: x86-target-arch
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- cpu_model_test.c - Test __builtin_cpu_supports --------------------===//
|
||||
//===-- cpu_model_test.c - Test __builtin_cpu_supports -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -15,6 +11,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: x86-target-arch
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main (void) {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ctzdi2_test.c - Test __ctzdi2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ctzsi2_test.c - Test __ctzsi2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ctzti2_test.c - Test __ctzti2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divdc3_test.c - Test __divdc3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divdf3vfp_test.c - Test __divdf3vfp -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divdi3_test.c - Test __divdi3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divmodsi4_test.c - Test __divmodsi4 -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
|
||||
//===-- divsc3_test.c - Test __divsc3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divsf3vfp_test.c - Test __divsf3vfp -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divsi3_test.c - Test __divsi3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
|
||||
//===-- divtc3_test.c - Test __divtc3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- divtf3_test.c - Test __divtf3 ------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- divti3_test.c - Test __divti3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
|
||||
//===-- divxc3_test.c - Test __divxc3 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// REQUIRES: native-run
|
||||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- enable_execute_stack_test.c - Test __enable_execute_stack ----------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- eqdf2vfp_test.c - Test __eqdf2vfp ---------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- eqsf2vfp_test.c - Test __eqsf2vfp ---------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===------------ eqtf2_test.c - Test __eqtf2------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- extendsfdf2vfp_test.c - Test __extendsfdf2vfp ---------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- extenddftf2_test.c - Test __extenddftf2 --------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- extendhfsf2_test.c - Test __extendhfsf2 --------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- extendsftf2_test.c - Test __extendsftf2 --------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ffsdi2_test.c - Test __ffsdi2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- ffsti2_test.c - Test __ffsti2 -------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixdfdi_test.c - Test __fixdfdi -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixdfsivfp_test.c - Test __fixdfsivfp -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixdfti_test.c - Test __fixdfti -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixsfdi_test.c - Test __fixsfdi -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixsfsivfp_test.c - Test __fixsfsivfp -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixsfti_test.c - Test __fixsfti -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- fixtfdi_test.c - Test __fixtfdi ----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- fixtfsi_test.c - Test __fixtfsi ----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- fixtfti_test.c - Test __fixtfti ----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsdfdi_test.c - Test __fixunsdfdi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsdfsi_test.c - Test __fixunsdfsi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsdfsivfp_test.c - Test __fixunsdfsivfp -----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsdfti_test.c - Test __fixunsdfti -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunssfdi_test.c - Test __fixunssfdi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunssfsi_test.c - Test __fixunssfsi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunssfsivfp_test.c - Test __fixunssfsivfp -----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunssfti_test.c - Test __fixunssfti -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunstfdi_test.c - Test __fixunstfdi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- fixunstfsi_test.c - Test __fixunstfsi ----------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunstfti_test.c - Test __fixunstfti -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsxfdi_test.c - Test __fixunsxfdi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsxfsi_test.c - Test __fixunsxfsi -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixunsxfti_test.c - Test __fixunsxfti -----------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixxfdi_test.c - Test __fixxfdi -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- fixxfti_test.c - Test __fixxfti -----------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatdidf.c - Test __floatdidf ------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatdisf_test.c - Test __floatdisf -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatditf_test.c - Test __floatditf -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatdixf_test.c - Test __floatdixf -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatsidfvfp_test.c - Test __floatsidfvfp -------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatsisfvfp_test.c - Test __floatsisfvfp -------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- floatsitf_test.c - Test __floatsitf ------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floattidf.c - Test __floattidf ------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floattisf_test.c - Test __floattisf -------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floattitf.c - Test __floattitf ------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floattixf.c - Test __floattixf ------------------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatundidf_test.c - Test __floatundidf ---------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatundisf_test.c - Test __floatundisf ---------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatunditf_test.c - Test __floatunditf ---------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===-- floatundixf_test.c - Test __floatundixf ---------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: %clang_builtins %s %librt -o %t && %run %t
|
||||
//===--------------- floatunsitf_test.c - Test __floatunsitf --------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue