Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
10b37b64930197f4f9468a3591f0d10a429bc3fe
/
.
/
test
/
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
)
$
<