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
/
functionalities
/
load_using_paths
/
Makefile
blob
814a96013756a9bcedb7aed62bf541680a2d75a7
1
CXX_SOURCES
:=
main.
cpp
2
USE_LIBDL
:=
1
3
4
all
:
hidden_lib a.out
5
6
include
Makefile.rules
7
8
hidden_lib
:
9
$(
MAKE
)
VPATH
=$(
SRCDIR
)/
hidden
-
C hidden
-
f
$(
MAKEFILE_RULES
)
\
10
DYLIB_ONLY
=
YES DYLIB_CXX_SOURCES
=
d.
cpp
DYLIB_NAME
=
loadunload
11