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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
source-manager
/
Makefile
blob
a78dc11e07134bb8827be3984d9311e85c7a6957
1
C_SOURCES
:=
main-copy.c
2
3
include
Makefile.rules
4
5
# Copy file into the build folder to enable the test to modify it.
6
main-copy.c
:
main.c
7
cp
-
f
$< $
@
8
9
10
clean
::
11
$(
RM
)
main-copy.c