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

  /external/lldb/tools/install-headers/
Makefile 11 LLDB_REVISION=`echo ${CURRENT_PROJECT_VERSION} | /usr/bin/sed -E 's/^([0-9]+).([0-9]+).([0-9]+)(.[0-9]+)?$/\3/g'`
21 /usr/bin/sed -i '' "s|//#define LLDB_REVISION|#define LLDB_REVISION $(LLDB_REVISION) |" "$$file" ;\
  /external/lldb/source/
Makefile 30 LLDB_REVISION := $(strip \
36 CPP.Defines += -DLLDB_REVISION='"$(LLDB_REVISION)"' -DLLDB_REPOSITORY='"$(LLDB_REPOSITORY)"'
lldb.cpp 250 #ifdef LLDB_REVISION
251 return LLDB_REVISION;

Completed in 48 milliseconds