Home
last modified time | relevance | path

Searched refs:DARWIN_VERS (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/buildit/
Dbuild_llvm66 DARWIN_VERS=`uname -r | sed 's/\..*//'`
67 echo DARWIN_VERS = $DARWIN_VERS
94 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
102 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
/external/swiftshader/third_party/LLVM/tools/edis/
DMakefile46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
47 ifneq ($(DARWIN_VERS),8)
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DMakefile45 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
46 ifneq ($(DARWIN_VERS),8)
/external/swiftshader/third_party/LLVM/tools/lto/
DMakefile53 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
54 ifneq ($(DARWIN_VERS),8)
/external/swiftshader/third_party/LLVM/tools/llvm-shlib/
DMakefile58 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/') macro
59 ifneq ($(DARWIN_VERS),8)