repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
macosx
/
DBGSourcePathRemapping
/
Makefile
blob
8c82c73b13fc6d94bb620aeb10f4f98c48a95cf8
1
BOTDIR
= $(
BUILDDIR
)/
buildbot
2
USERDIR
= $(
BUILDDIR
)/
user
3
C_SOURCES
= $(
BOTDIR
)/
main.c
4
LD_EXTRAS
= $(
BOTDIR
)/
relative.o
5
6
include
Makefile.rules
7
8
$(
EXE
):
relative.o
9
relative.o
: $(
BOTDIR
)/
relative.c
10
cd
$(
BOTDIR
) && $(
CC
) -
c
$(
CFLAGS
) -
o
$
@ relative.c