OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileCommonOpts
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Support/
Makefile
21
CompileCommonOpts
:= $(filter-out -pedantic,$(
CompileCommonOpts
))
22
CompileCommonOpts
:= $(filter-out -Wno-long-long,$(
CompileCommonOpts
))
/external/llvm/lib/CodeGen/
Makefile
20
CompileCommonOpts
:= $(filter-out -pedantic, $(
CompileCommonOpts
))
/external/llvm/lib/Target/CppBackend/
Makefile
16
CompileCommonOpts
+= -Wno-format
/external/llvm/test/
Makefile
144
@echo 'set link "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(
CompileCommonOpts
) $(LD.Flags) '"' >>site.tmp
Completed in 5185 milliseconds