Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyFile.cpp288 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
/llvm-project-15.0.7/llvm/docs/
H A DCMake.rst140 generator. If you use Visual Studio, "NMake Makefiles" is a generator you can use
141 for building with NMake. By default, CMake chooses the most specific generator
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst834 for NMake or Jom. Ignored unless another option causes Clang to emit a
844 is the convention used by NMake and Jom.
H A DClangCommandLineReference.rst1359 Use NMake/Jom format for the depfile
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td724 HelpText<"Use NMake/Jom format for the depfile">,
726 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;