Home
last modified time | relevance | path

Searched defs:CompileCommonOpts (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DMakefile21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) macro
22 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) macro
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMakefile20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts)) macro