HomeSort by relevance Sort by last modified time
    Searched refs:dead_strip (Results 1 - 3 of 3) sorted by null

  /external/lldb/test/functionalities/dead-strip/
Makefile 4 LDFLAGS = $(CFLAGS) -Xlinker -dead_strip
TestDeadStrip.py 20 self.dead_strip()
22 @skipIfFreeBSD # The -dead_strip linker option isn't supported on FreeBSD versions of ld.
23 @skipIfLinux # The -dead_strip linker option isn't supported on Linux versions of ld.
28 self.dead_strip()
30 def dead_strip(self): member in class:DeadStripTestCase
  /external/compiler-rt/make/
AppleBI.mk 64 -nodefaultlibs -umbrella System -dead_strip \
147 -umbrella System -Wl,-no_implicit_dylibs -L$(SDKROOT)/usr/lib/system -dead_strip \

Completed in 638 milliseconds