Home
last modified time | relevance | path

Searched +full:- +full:dcmake_c_compiler (Results 1 – 19 of 19) sorted by relevance

/external/deqp/scripts/
Drun_internal_tests.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
31 exit(-1)
46 … testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'):
77 execute(["cmake", "--build", "."] + config.buildParams, workDir = config.buildPath)
95 execute([config.testBinaryName, "--deqp-runmode=xml-caselist"], workDir = testWorkDir)
100 '--port=%d' % random.randint(50000, 60000),
[all …]
Dlaunchcontrol_build.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
41 COMMON_GCC_CFLAGS = ["-Werror"]
42 COMMON_CLANG_CFLAGS = COMMON_GCC_CFLAGS + ["-Wno-error=unused-command-line-argument"]
43 X86_64_GCC_CFLAGS = COMMON_GCC_CFLAGS + ["-m64"]
44 X86_64_CLANG_CFLAGS = COMMON_CLANG_CFLAGS + ["-m64"]
48 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr]
[all …]
Dcheck_build_sanity.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
63 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr]
66 …return ["-DDEQP_TARGET=%s" % target, "-DCMAKE_C_COMPILER=%s" % cc, "-DCMAKE_CXX_COMPILER=%s" % cpp…
92 args = ["-DCMAKE_C_FLAGS=/WX -DCMAKE_CXX_FLAGS=/WX"]
120 execute(["git", "diff", "--exit-code"])
126 if which("clang-" + version) != None:
[all …]
/external/libcxx/benchmarks/
DCMakeLists.txt9 -Wno-unused-command-line-argument
10 -nostdinc++
11 -isystem ${LIBCXX_SOURCE_DIR}/include
12 -L${LIBCXX_LIBRARY_DIR}
13 -Wl,-rpath,${LIBCXX_LIBRARY_DIR}
17 -L${LIBCXX_CXX_ABI_LIBRARY_PATH}
18 -Wl,-rpath,${LIBCXX_CXX_ABI_LIBRARY_PATH})
22 ExternalProject_Add(google-benchmark-libcxx
25 PREFIX benchmark-libcxx
26 SOURCE_DIR ${LIBCXX_SOURCE_DIR}/utils/google-benchmark
[all …]
/external/Microsoft-GSL/
D.travis.yml8 - ${TRAVIS_BUILD_DIR}/deps/cmake
9 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.5.2/install
10 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.6.2/install
11 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.7.1/install
12 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.8.1/install
13 - ${TRAVIS_BUILD_DIR}/deps/llvm-3.9.0/install
17 - env: BUILD_TYPE=Debug
21 - env: BUILD_TYPE=Release
25 - env: CLANG_VERSION=3.6 BUILD_TYPE=Debug
30 - clang-3.6
[all …]
/external/google-benchmark/
D.travis-libcxx-setup.sh4 curl -sSL https://cmake.org/files/v3.6/cmake-3.6.1-Linux-x86_64.sh -o install-cmake.sh
5 chmod +x install-cmake.sh
6 sudo ./install-cmake.sh --prefix=/usr/local --skip-license
9 git clone --depth=1 https://github.com/llvm-mirror/llvm.git llvm-source
10 git clone --depth=1 https://github.com/llvm-mirror/libcxx.git llvm-source/projects/libcxx
11 git clone --depth=1 https://github.com/llvm-mirror/libcxxabi.git llvm-source/projects/libcxxabi
14 if [ -z "$BUILD_32_BITS" ]; then
19 mkdir llvm-build && cd llvm-build
20 cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} \
21 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr \
[all …]
D.travis.yml7 - /usr/local/bin:$PATH
11 - compiler: gcc
15 - lcov
17 - compiler: gcc
19 - compiler: gcc
21 - compiler: gcc
25 - g++-multilib
27 - compiler: gcc
31 - g++-multilib
33 - compiler: gcc
[all …]
/external/clang/docs/
DHowToSetupToolingForLLVM.rst7 of specific tools using this infrastructure (e.g. ``clang-check``). This
18 using a command line parameter ``-p`` or let Clang Tooling find this
31 .. code-block:: console
35 $ cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON path/to/llvm/sources
38 ``-DCMAKE_C_COMPILER=/path/to/clang -DCMAKE_CXX_COMPILER=/path/to/clang++``.
46 .. code-block:: console
48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
52 .. code-block:: console
54 $ make check-all
60 you have a recent clang installed, you should have ``clang-check`` in
[all …]
/external/brotli/
D.travis.sh9 wget https://github.com/bazelbuild/bazel/releases/download/0.4.5/bazel_0.4.5-linux-x86_64.deb
10 …5312403bea4d92246d6425b3be68c9bfbeb8cc4db8a55 bazel_0.4.5-linux-x86_64.deb' | sha256sum -c --stri…
11 sudo dpkg -i bazel_0.4.5-linux-x86_64.deb
24 "gcc-"*)
25 which ${CC} || brew install homebrew/versions/gcc$(echo "${CC#*-}" | sed 's/\.//')
33 pip install --upgrade wheel
43 …et 'https://raw.githubusercontent.com/nemequ/pgi-travis/de6212d94fd0e7d07a6ef730c23548c337c436a7/i…
44 …d93cfb87d26f65147395dcbedd4c3c844ee6ec39616f1a347c8df5 install-pgi.sh' | sha256sum -c --strict ||…
45 /bin/sh install-pgi.sh
57-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_RO…
[all …]
Dconfigure-cmake3 # Autotools-style (./configure) wrapper for CMake
4 # <https://github.com/nemequ/configure-cmake>
18 # <https://github.com/nemequ/configure-cmake/issues>.
35 if [ -e "${TOP_SRCDIR}/.configure-custom.sh" ]; then
36 . "${TOP_SRCDIR}/.configure-custom.sh"
40 echo "$1" | sed -e "s|'|'\\\\''|g; 1s/^/'/; \$s/\$/'/"
45 VAR_NAME=$(echo $1 | sed -e 's/[ \t]*$//')
55 … VAR_UC_NAME=$(echo "$1" | tr '[:lower:]' '[:upper:]' | tr -c '[:alnum:]' '_' | sed 's/_$//g')
62 "--enable-"*)
63 name="${1#--enable-}"
[all …]
/external/skia/infra/bots/assets/clang_linux/
Dcreate.py5 # Use of this source code is governed by a BSD-style license that can be
21 # Build Clang, lld, compiler-rt (sanitizer support) and libc++.
23 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "llvm"])
25 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "clang"])
26 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "lld"])
28 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "compiler-rt"])
29 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "libcxx"])
30 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "libcxxabi"])
34 subprocess.check_call(["cmake", "..", "-G", "Ninja",
35 "-DCMAKE_BUILD_TYPE=MinSizeRel",
[all …]
/external/clang/runtime/
DCMakeLists.txt20 set(${out_var} ${CMAKE_COMMAND} --build . --target ${target}
21 --config $<CONFIGURATION> PARENT_SCOPE)
25 set(COMPILER_RT_SRC_ROOT ${LLVM_MAIN_SRC_DIR}/projects/compiler-rt)
38 # Add compiler-rt as an external project.
39 set(COMPILER_RT_PREFIX ${CMAKE_BINARY_DIR}/projects/compiler-rt)
41 set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-stamps/)
42 set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/compiler-rt-bins/)
44 add_custom_target(compiler-rt-clear
45 COMMAND ${CMAKE_COMMAND} -E remove_directory ${BINARY_DIR}
46 COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR}
[all …]
/external/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake8 set(${out_var} "$(MAKE)" "-C" "${BINARY_DIR}" "${target}" PARENT_SCOPE)
10 set(${out_var} ${CMAKE_COMMAND} --build ${bin_dir} --target ${target}
11 --config $<CONFIGURATION> PARENT_SCOPE)
17 # Use just-built tools (see TOOLCHAIN_TOOLS)
23 # Always clean the sub-project before building
53 set(ARG_RUNTIME_LIBRARIES compiler-rt libcxx)
66 if(FOUND_CLANG GREATER -1)
74 set(STAMP_DIR ${CMAKE_CURRENT_BINARY_DIR}/${name}-stamps/)
75 set(BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/${name}-bins/)
77 add_custom_target(${name}-clear
[all …]
/external/v8/tools/clang/scripts/
Dupdate.py3 # Use of this source code is governed by a BSD-style license that can be
27 # Do NOT CHANGE this if you don't know what you're doing -- see
39 PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
46 LLVM_BOOTSTRAP_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-bootstrap')
48 'llvm-bootstrap-install')
49 LLVM_LTO_GOLD_PLUGIN_DIR = os.path.join(THIRD_PARTY_DIR, 'llvm-lto-gold-plugin')
51 LLVM_BUILD_DIR = os.path.join(CHROMIUM_DIR, 'third_party', 'llvm-build',
53 COMPILER_RT_BUILD_DIR = os.path.join(LLVM_BUILD_DIR, 'compiler-rt')
56 # compiler-rt is built as part of the regular LLVM build on Windows to get
57 # the 64-bit runtime, and out-of-tree elsewhere.
[all …]
/external/clang/
DCMakeLists.txt8 # Rely on llvm-config.
10 find_program(LLVM_CONFIG "llvm-config")
14 "--assertion-mode"
15 "--bindir"
16 "--libdir"
17 "--includedir"
18 "--prefix"
19 "--src-root")
32 message(FATAL_ERROR "llvm-config failed with status ${HAD_ERROR}")
35 message(FATAL_ERROR "llvm-config not found -- ${LLVM_CONFIG}")
[all …]
/external/libcxxabi/www/
Dindex.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
3 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
25 <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a>
26 <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a>
28 <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a>
29 <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a>
34 <!--*********************************************************************-->
36 <!--*********************************************************************-->
43 under the MIT license and the UIUC License (a BSD-like license).</p>
[all …]
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake5 # For RUNTIME_OUTPUT_DIRECTORY variable, Multi-configuration generators
6 # append a per-configuration subdirectory to the specified directory.
27 # architectures with name "<name>.<arch>" for non-Darwin platforms if
63 set_target_properties(${libname} PROPERTIES FOLDER "Compiler-RT Libraries")
128 set(libname "${name}-${arch}")
131 set(libname "${name}-dynamic-${arch}")
135 set(output_name_${libname} ${name}_dynamic-${arch}${COMPILER_RT_OS_SUFFIX})
137 set(output_name_${libname} ${name}-${arch}${COMPILER_RT_OS_SUFFIX})
156 if(NOT TARGET install-${LIB_PARENT_TARGET})
159 # installation when running the multi-configuration generators.
[all …]
/external/libcxx/docs/
DBuildingLibcxx.rst16 Xcode 4.2 or later. However if you want to install tip-of-trunk from here
23 * ``cd where-you-want-llvm-to-live``
24 * ``svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm``
28 * ``cd where-you-want-llvm-to-live``
30 * ``svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx``
34 * ``cd where-you-want-llvm-to-live``
36 * ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi``
47 * ``cmake -G <generator> [options] <path to llvm sources>``
51 * ``make cxx`` --- will build libc++ and libc++abi.
52 * ``make check-cxx check-cxxabi`` --- will run the test suites.
[all …]
/external/llvm/docs/
DLibFuzzer.rst2 libFuzzer – a library for coverage-guided fuzz testing.
11 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
15 all of its fuzzing inside a single process. This in-process fuzzing can be more
17 for process start-up.
34 (If `building Clang from trunk`_ is too time-consuming or difficult, then
38 .. code-block:: console
47 ``./third_party/llvm-build/Release+Asserts/bin/clang``)
65 --------
70 .. code-block:: c++
75 return 0; // Non-zero return values are reserved for future use.
[all …]