Home
last modified time | relevance | path

Searched full:toolset (Results 1 – 25 of 76) sorted by relevance

1234

/external/clang/tools/scan-build-py/libear/
D__init__.py25 toolset = make_toolset(src_dir)
26 toolset.set_compiler(compiler)
27 toolset.set_language_standard('c99')
28 toolset.add_definitions(['-D_GNU_SOURCE'])
30 configure = do_configure(toolset)
48 target = create_shared_library('ear', toolset)
51 target.link_against(toolset.dl_libraries())
79 class Toolset(object): class
80 """ Abstract class to represent different toolset. """
113 class DarwinToolset(Toolset):
[all …]
/external/llvm-project/clang/tools/scan-build-py/libear/
D__init__.py24 toolset = make_toolset(src_dir)
25 toolset.set_compiler(compiler)
26 toolset.set_language_standard('c99')
27 toolset.add_definitions(['-D_GNU_SOURCE'])
29 configure = do_configure(toolset)
47 target = create_shared_library('ear', toolset)
50 target.link_against(toolset.dl_libraries())
78 class Toolset(object): class
79 """ Abstract class to represent different toolset. """
112 class DarwinToolset(Toolset):
[all …]
/external/llvm/tools/msbuild/
Dinstall.bat83 copy %PLATFORM%\toolset-vs2013.props %D%\LLVM-vs2013\toolset.props
85 copy %PLATFORM%\toolset-vs2013.targets %D%\LLVM-vs2013\toolset.targets
89 copy %PLATFORM%\toolset-vs2013_xp.props %D%\LLVM-vs2013_xp\toolset.props
91 copy %PLATFORM%\toolset-vs2013_xp.targets %D%\LLVM-vs2013_xp\toolset.targets
100 copy %PLATFORM%\toolset-vs2014.props %D%\LLVM-vs2014\toolset.props
102 copy %PLATFORM%\toolset-vs2014.targets %D%\LLVM-vs2014\toolset.targets
106 copy %PLATFORM%\toolset-vs2014_xp.props %D%\LLVM-vs2014_xp\toolset.props
108 copy %PLATFORM%\toolset-vs2014_xp.targets %D%\LLVM-vs2014_xp\toolset.targets
Duninstall.bat40 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props
41 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets
43 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props
44 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets
47 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props
48 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets
50 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props
51 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets
55 IF EXIST %D%\LLVM-vs2014 del %D%\LLVM-vs2014\toolset.props
56 IF EXIST %D%\LLVM-vs2014 del %D%\LLVM-vs2014\toolset.targets
[all …]
DCMakeLists.txt11 set(prop_file_v120 "toolset-vs2013.props")
12 set(prop_file_v120_xp "toolset-vs2013_xp.props")
13 set(prop_file_v140 "toolset-vs2014.props")
14 set(prop_file_v140_xp "toolset-vs2014_xp.props")
54 install(FILES "toolset-vs2013.targets" DESTINATION "tools/msbuild/${platform}")
55 install(FILES "toolset-vs2013_xp.targets" DESTINATION "tools/msbuild/${platform}")
56 install(FILES "toolset-vs2014.targets" DESTINATION "tools/msbuild/${platform}")
57 install(FILES "toolset-vs2014_xp.targets" DESTINATION "tools/msbuild/${platform}")
DMicrosoft.Cpp.Win32.llvm.props.in3 …oolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\Plat…
/external/llvm-project/llvm/tools/msbuild/
Duninstall.bat18 ECHO Uninstalling x64 Platform Toolset
20 IF EXIST "%PlatformToolsets%\llvm\Toolset.props" del "%PlatformToolsets%\llvm\Toolset.props"
21 IF EXIST "%PlatformToolsets%\llvm\Toolset.targets" del "%PlatformToolsets%\llvm\Toolset.targets"
24 ECHO Uninstalling Win32 Platform Toolset
26 IF EXIST "%PlatformToolsets%\llvm\Toolset.props" del "%PlatformToolsets%\llvm\Toolset.props"
27 IF EXIST "%PlatformToolsets%\llvm\Toolset.targets" del "%PlatformToolsets%\llvm\Toolset.targets"
Dinstall.bat26 ECHO Installing x64 Platform Toolset
30 copy PlatformX64\Toolset.props "%PlatformToolsets%\llvm"
32 copy PlatformX64\Toolset.targets "%PlatformToolsets%\llvm"
35 ECHO Installing Win32 Platform Toolset
39 copy PlatformX86\Toolset.props "%PlatformToolsets%\llvm"
41 copy PlatformX86\Toolset.targets "%PlatformToolsets%\llvm"
DLLVM.Cpp.Common.props5 …3) │ └─ Import Toolset specific props (e.g. $(VCTargets)Platforms\Win32\PlatformToolsets\llvm\Too…
9 …7) │─ Import Toolset specific targets file (e.g. $(VCTargets)Platforms\Win32\PlatformToolsets\l…
73 … switches the toolset to Clang, we will still treat the value as default (which for us is to
Dllvm.csproj68 <Content Include="Platformx64\Toolset.props">
73 <Content Include="Platformx64\Toolset.targets">
78 <Content Include="Platformx86\Toolset.props">
83 <Content Include="Platformx86\Toolset.targets">
/external/gflags/
Dappveyor.yml9 - Toolset: v140
10 - Toolset: v120
11 - Toolset: v110
12 - Toolset: v100
13 - Toolset: v90
24 - Toolset: v90
26 - Toolset: v100
36 $generator = switch ($env:TOOLSET)
/external/boringssl/src/util/bot/go/
Dbootstrap.py13 - Downloads and unpacks the Go toolset in ../golang.
38 # Where to install Go toolset to. GOROOT would be <TOOLSET_ROOT>/go.
47 # Pinned version of Go toolset to download.
68 """URL of a platform specific Go toolset archive."""
69 # TODO(vadimsh): Support toolset for cross-compilation.
118 """Downloads and installs Go toolset.
167 """Compiles and runs 'hello world' program to verify that toolset works."""
185 """Installs or updates Go toolset if necessary.
187 Returns True if new toolset was installed.
192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)
[all …]
/external/conscrypt/release/
DDockerfile30 RUN yum install -y llvm-toolset-7
31 ENV CC /opt/rh/llvm-toolset-7/root/usr/bin/clang
32 ENV CXX /opt/rh/llvm-toolset-7/root/usr/bin/clang++
98 # Start in toolset environment that uses Clang 5
99 CMD ["scl", "enable", "llvm-toolset-7", "bash"]
/external/arm-neon-tests/
Dcompute_ref.gccarm* * * * * * * * * * p * * * * * * * * ...
/external/icu/icu4c/source/allinone/
DBuild.Windows.PlatformToolset.props13 v140 is the Visual Studio 2015 toolset. (14.0)
14 v141 is the Visual Studio 2017 toolset. (15.0)
15 v142 is the Visual Studio 2019 toolset. (16.0)
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
Dhorovod-7.partial.Dockerfile15 llvm-toolset-7-cmake \
20 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
/external/python/cpython2/PCbuild/
Denv.bat7 rem To build Python with a newer toolset, pass "/p:PlatformToolset=v100" (or
8 rem 'v110', 'v120' or 'v140') to the build script. Note that no toolset
/external/oss-fuzz/projects/solidity/
DDockerfile36 …CXXFLAGS="-stdlib=libc++ -pthread" LDFLAGS="-stdlib=libc++" ./bootstrap.sh --with-toolset=clang --…
37 …./b2 toolset=clang cxxflags="-stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread" headers;…
38 ./b2 toolset=clang cxxflags="-stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread" \
/external/oss-fuzz/projects/msgpack-c/
DDockerfile24 ./bootstrap.sh --with-toolset=clang --prefix=/usr && \
25 …./b2 -j$(nproc) toolset=clang --with-chrono --with-context --with-filesystem --with-system --with-…
/external/oss-fuzz/projects/pcl/
DDockerfile37 ./bootstrap.sh --with-toolset=clang && \
39 ./b2 toolset=clang cxxflags="-stdlib=libc++" linkflags="-stdlib=libc++" -j$(nproc) install && \
/external/oss-fuzz/projects/rdkit/
Dbuild.sh40 ./bootstrap.sh --with-toolset=clang --with-libraries=serialization,system,iostreams,regex && \
41 ./b2 -q -j$(nproc) toolset=clang linkflags="-fPIC $CXXFLAGS $CXXFLAGS_EXTRA" cxxflags="-fPIC $CXXFL…
/external/python/cpython2/Doc/
DREADME.txt16 You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
114 Bugs in the toolset should be reported in the Sphinx bug tracker at
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-7-mpi-horovod.Dockerfile101 llvm-toolset-7-cmake \
106 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
Dcentos-7-mpich-horovod.Dockerfile100 llvm-toolset-7-cmake \
105 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
Dcentos-7-mpich-horovod-jupyter.Dockerfile100 llvm-toolset-7-cmake \
105 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…

1234