OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COMPILER_RT_DIR
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/tools/clang/scripts/
update.py
35
COMPILER_RT_DIR
= os.path.join(LLVM_DIR, 'projects', 'compiler-rt')
128
Checkout('compiler-rt', LLVM_REPO_URL + '/compiler-rt/trunk',
COMPILER_RT_DIR
)
update.sh
20
COMPILER_RT_DIR
="${LLVM_DIR}/projects/compiler-rt"
233
echo Getting compiler-rt r"${CLANG_REVISION}" in "${
COMPILER_RT_DIR
}"
235
"${
COMPILER_RT_DIR
}"
/ndk/build/tools/
make-standalone-toolchain.sh
545
COMPILER_RT_DIR
=$NDK_DIR/$COMPILER_RT_SUBDIR
546
COMPILER_RT_LIBS=$
COMPILER_RT_DIR
/libs
Completed in 323 milliseconds