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
/
functionalities
/
step-avoids-no-debug
/
Makefile
blob
374e58b89a81c90fc685dfcdb29299e6c22f2d11
1
C_SOURCES
:=
with-debug.c without-debug.c
2
3
include
Makefile.rules
4
5
without-debug.o
:
without-debug.c
6
$(
CC
) $(
CFLAGS_NO_DEBUG
) -
c
$<