HomeSort by relevance Sort by last modified time
    Searched refs:CompileCommonOpts (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
Makefile 18 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
19 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 127 ifneq ($(findstring -flto,$(CompileCommonOpts)),)
130 ifneq ($(findstring -O4,$(CompileCommonOpts)),)

Completed in 45 milliseconds