OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileCommonOpts
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/
Makefile
18
CompileCommonOpts
:= $(filter-out -pedantic,$(
CompileCommonOpts
))
19
CompileCommonOpts
:= $(filter-out -Wno-long-long,$(
CompileCommonOpts
))
22
CompileCommonOpts
+= -DLLVM_VERSION_INFO='"$(LLVM_VERSION_INFO)"'
/external/llvm/lib/CodeGen/
Makefile
20
CompileCommonOpts
:= $(filter-out -pedantic, $(
CompileCommonOpts
))
/external/llvm/lib/Target/CppBackend/
Makefile
16
CompileCommonOpts
+= -Wno-format
Completed in 74 milliseconds