Searched refs:CompileCommonOpts (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DMakefile21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) macro
22 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) macro
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMakefile20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts)) macro
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DMakefile16 CompileCommonOpts += -Wno-format
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DMakefile16 CompileCommonOpts += -Wno-format
/external/swiftshader/third_party/LLVM/test/
H A DMakefile154 @echo 'set compile_c "' $(CC) $(CPP.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c '"' >>site.tmp
155 @echo 'set compile_cxx "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) -c -x c++ '"' >> site.tmp
156 @echo 'set link "' $(CXX) $(CPP.Flags) $(CXX.Flags) $(TargetCommonOpts) $(CompileCommonOpts) $(LD.Flags) '"' >>site.tmp

Completed in 179 milliseconds