Home
last modified time | relevance | path

Searched refs:CompileCommonOpts (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DMakefile21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts)) macro
22 CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts)) macro
/external/llvm/lib/CodeGen/
DMakefile20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts)) macro
/external/llvm/lib/Target/CppBackend/
DMakefile16 CompileCommonOpts += -Wno-format
/external/llvm/
DMakefile.rules660 CompileCommonOpts += -pedantic -Wno-long-long
662 CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \
668 CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
687 CompileCommonOpts += $(UNIVERSAL_ARCH_OPTIONS)
689 CompileCommonOpts += -isysroot $(UNIVERSAL_SDK_PATH)
743 $(TargetCommonOpts) $(CompileCommonOpts) -c
746 $(TargetCommonOpts) $(CompileCommonOpts) -c
749 $(CompileCommonOpts) $(CXX.Flags) -E
752 $(LDFLAGS) $(TargetCommonOpts) $(CompileCommonOpts) $(Strip)
755 $(TargetCommonOpts) $(CompileCommonOpts)
[all …]
/external/llvm/projects/sample/
DMakefile.llvm.rules573 CompileCommonOpts += -pedantic -Wno-long-long
575 CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \
581 CompileCommonOpts := -D_REENTRANT -D_HPUX_SOURCE
600 CompileCommonOpts += $(UNIVERSAL_ARCH_OPTIONS)
602 CompileCommonOpts += -isysroot $(UNIVERSAL_SDK_PATH)
647 $(TargetCommonOpts) $(CompileCommonOpts) -c
651 $(TargetCommonOpts) $(CompileCommonOpts) -c
654 $(CompileCommonOpts) $(CXX.Flags) -E
658 $(TargetCommonOpts) $(CompileCommonOpts) $(Strip)
662 $(TargetCommonOpts) $(CompileCommonOpts) -c
[all …]
/external/llvm/docs/
DMakefileGuide.rst895 CompileCommonOpts