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
/
commands
/
process
/
attach
/
attach_denied
/
Makefile
blob
a694d36ac0d22e0210c435e823d28411b0350825
1
CXX_SOURCES
:=
main.
cpp
2
3
EXE
:=
AttachDenied
4
5
all
:
AttachDenied sign
6
7
include
Makefile.rules
8
9
sign
:
entitlements.plist AttachDenied
10
ifeq
($(
OS
),
Darwin
)
11
codesign
-
s
- -
f
--
entitlements
$
^
12
endif