Searched refs:toolset (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/ |
| H A D | __init__.py | 24 toolset = make_toolset(src_dir) 25 toolset.set_compiler(compiler) 26 toolset.set_language_standard('c99') 29 configure = do_configure(toolset) 163 def __init__(self, toolset): argument 164 self.ctx = toolset 221 def do_configure(toolset): argument 222 return Configure(toolset) 226 def __init__(self, name, toolset): argument 228 self.ctx = toolset [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GettingStartedVS.rst | 153 32-bit toolset. If you are developing on a 64-bit version of Windows and 154 want to use the 64-bit toolset, pass the ``-Thost=x64`` flag when
|
| H A D | XRay.rst | 345 There are a number of ongoing efforts for expanding the toolset building around
|
| H A D | CMake.rst | 62 This can fail if CMake can't detect your toolset, or if it thinks that the 63 environment is not sane enough. In this case, make sure that the toolset that
|
| /llvm-project-15.0.7/openmp/runtime/ |
| H A D | CMakeLists.txt | 359 # MSVC_TOOLS_VERSION corresponds to the version of the VC++ toolset.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 3775 Platform Toolset. The toolset is not part of the installer, but may be installed 3778 To use the toolset, select a project in Solution Explorer, open its Property 3783 To use the toolset with MSBuild directly, invoke it with e.g. 3787 It's also possible to point MSBuild at clang-cl without changing toolset by 3790 When using CMake and the Visual Studio generators, the toolset can be set with the ``-T`` flag:
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PDLL.md | 214 toolset that is designed to cater the needs of pattern developers, including
|