blob: b99f1953ffef5c496eafc1243bd3be6c19d8819a [file] [log] [blame]
if("${ARCH}" STREQUAL "x86")
if(DEFINED USE_REFERENCE_OUTPUT)
set(EXEC_XFAILS casts)
endif()
endif()
if(DEFINED BENCHMARKING_ONLY)
list(APPEND PROGRAMS_TO_SKIP 2003-05-14-initialize-string 2003-05-21-BitfieldHandling 2003-05-21-UnionBitfields 2003-05-21-UnionTest 2003-05-22-LocalTypeTest 2003-05-22-VarSizeArray 2003-05-23-TransparentUnion 2003-06-16-InvalidInitializer 2003-06-16-VolatileError 2003-10-12-GlobalVarInitializers 2004-02-03-AggregateCopy 2004-03-15-IndirectGoto 2005-05-06-LongLongSignedShift 2008-01-07-LongDouble badidx bigstack callargs casts compare ConstructorDestructorAttributes DuffsDevice globalrefs matrixTranspose pointer_arithmetic PR10189 PR1386 PR491 PR640 sumarray sumarray2d sumarraymalloc test_indvars testtrace)
endif()
list(APPEND LDFLAGS -lm)
llvm_singlesource()