Searched defs:LLDB_REVISION (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/install-headers/
H A DMakefile11 LLDB_REVISION=`echo ${CURRENT_PROJECT_VERSION} | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-9]+)?$/\3/g'` macro
21 /usr/bin/sed -i '' "s|//#define LLDB_REVISION|#define LLDB_REVISION $(LLDB_REVISION) |" "$$file" ;\
/external/lldb/source/
H A DMakefile30 LLDB_REVISION := $(strip \ macro
36 CPP.Defines += -DLLDB_REVISION='"$(LLDB_REVISION)"' -DLLDB_REPOSITORY='"$(LLDB_REPOSITORY)"'

Completed in 457 milliseconds