Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0fead45c59a86e9be5c78bcf4dca11e6acbcd0f5
/
.
/
llvm
/
test
/
Regression
/
Transforms
/
ConstantMerge
/
Makefile
blob: 91acd4d481b90c9755d331a529f345dcd67482f5 [
file
] [
log
] [
blame
]
LEVEL
=
../../../..
include $
(
LEVEL
)/
test
/
Makefile
.
tests
TESTS
:=
$
(
wildcard
*.
ll
)
all
::
$
(
addprefix
Output
/,
$
(
TESTS
:%.
ll
=%.
ll
.
out
))
Output
/%.
ll
.
out
:
%.
ll
Output
/.
dir $
(
LOPT
)
-
$
(
TESTRUNR
)
$
<