Home
last modified time | relevance | path

Searched refs:CLANG_BIN (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/gcmole/
Drun-gcmole.py11 CLANG_BIN = os.path.join(GCMOLE_PATH, 'gcmole-tools', 'bin') variable
21 env={'CLANG_BIN': CLANG_BIN, 'CLANG_PLUGINS': CLANG_PLUGINS},
Dgcmole.lua85 local CLANG_BIN = os.getenv "CLANG_BIN"
88 if not CLANG_BIN or CLANG_BIN == "" then
105 return CLANG_BIN .. "/clang++ -std=c++11 -c "
Dbootstrap.sh128 echo CLANG_BIN=\"third_party/llvm/Release+Asserts/bin\" lua tools/gcmole/gcmole.lua
DREADME46 CLANG_BIN=<path-to-clang-bin-folder> lua tools/gcmole/gcmole.lua [<arch>]