Sign in
fuchsia
/
third_party
/
llvm-test-suite
/
refs/tags/llvmorg-12.0.1
/
.
/
MultiSource
/
Applications
/
SIBsim4
/
CMakeLists.txt
blob: 49bfe62d3d958e0b2a9dba9bc1ca2abcb6b55e77 [
file
] [
log
] [
blame
]
if
(
SMALL_PROBLEM_SIZE
)
set
(
INPUTS x
-
small
.
fa y
-
small
.
fa
)
else
()
set
(
INPUTS x
.
fa y
.
fa
)
endif
()
set
(
RUN_OPTIONS
-
A4 $
{
INPUTS
})
llvm_multisource
(
SIBsim4
)
llvm_test_data
(
SIBsim4
$
{
INPUTS
})