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
/
lang
/
objc
/
rdar-12408181
/
Makefile
blob
919000e6402f131bd1be2e06cd687dfc311d97a6
1
OBJC_SOURCES
:=
main.m
2
3
include
Makefile.rules
4
5
ifneq
(,$(
findstring
arm
,$(
ARCH
)))
6
LD_EXTRAS
= -
framework Foundation
-
framework UIKit
7
else
8
LD_EXTRAS
= -
framework Foundation
-
framework Cocoa
9
endif