Home
last modified time | relevance | path

Searched +full:libcxxabi +full:- (Results 1 – 25 of 116) sorted by relevance

12345

/external/libcxx/utils/ci/
Dmacos-trunk.sh3 set -ue
7 $(basename ${0}) [-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <S…
11 --libcxx-root Full path to the root of the libc++ repository to test.
12 --libcxxabi-root Full path to the root of the libc++abi repository to test.
13 --std Version of the C++ Standard to run the tests under (c++03, c++11, etc..).
14 --arch Architecture to build the tests for (32, 64).
15 …[--lit-args] Additional arguments to pass to lit (optional). If there are multiple arguments,…
16 …[--no-cleanup] Do not cleanup the temporary directory that was used for testing at the end. Thi…
17 [-h, --help] Print this help.
21 while [[ $# -gt 0 ]]; do
[all …]
Dmacos-backdeployment.sh3 set -ue
7-h|--help] --libcxx-root <LIBCXX-ROOT> --libcxxabi-root <LIBCXXABI-ROOT> --std <STD> --arch <ARCHI…
9 This script is used to continually test the back-deployment use case of libc++ and libc++abi on Mac…
11 --libcxx-root Full path to the root of the libc++ repository to test.
12 --libcxxabi-root Full path to the root of the libc++abi repository to test.
13 --std Version of the C++ Standard to run the tests under (c++03, c++11, etc..).
14 --arch Architecture to build the tests for (32, 64).
15--deployment-target The deployment target to run the tests for. This should be a version number of…
16--sdk-version The version of the SDK to test with. This should be a version number of MacOS …
17 …[--lit-args] Additional arguments to pass to lit (optional). If there are multiple argument…
[all …]
/external/libcxxabi/test/libcxxabi/test/
Dconfig.py1 #===----------------------------------------------------------------------===##
8 #===----------------------------------------------------------------------===##
17 # pylint: disable=redefined-outer-name
43 self.config.available_features.add('libcxxabi-no-exceptions')
45 self.config.available_features.add('libcxxabi-no-noexcept-function-type')
48 self.config.available_features.add('libcxxabi-shared-externally-threaded')
50 self.config.available_features.add('libcxxabi-has-system-unwinder')
54 '-DLIBCXXABI_NO_TIMER',
55 '-D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS',
58 self.cxx.compile_flags += ['-funwind-tables']
[all …]
/external/perfetto/buildtools/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
21 "-Wno-unknown-warning-option",
22 "-Wno-global-constructors",
23 "-Wno-covered-switch-default",
24 "-Wno-used-but-marked-unused",
25 "-Wno-covered-switch-default",
26 "-Wno-global-constructors",
27 "-Wno-used-but-marked-unused",
28 "-Wno-inconsistent-missing-override",
29 "-Wno-unused-member-function",
[all …]
/external/libcxxabi/test/
DCMakeLists.txt26 set(AUTO_GEN_COMMENT "## Autogenerated by libcxxabi configuration.\n# Do not edit!")
50 add_lit_testsuite(check-cxxabi "Running libcxxabi tests"
56 add_custom_target(check-libcxxabi DEPENDS check-cxxabi)
Dlit.cfg1 # -*- Python -*- vim: set ft=python ts=4 sw=4 expandtab tw=79:
28 # and libcxxabi source directories are sibling directories.
50 obj_root = tempfile.mkdtemp(prefix='libcxxabi-testsuite-')
56 cfg_variant = getattr(config, 'configuration_variant', 'libcxxabi')
Dcatch_function_03.pass.cpp1 //===---------------------- catch_function_03.cpp -------------------------===//
8 //===----------------------------------------------------------------------===//
10 // Can a noexcept function pointer be caught by a non-noexcept catch clause?
11 // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type
Dtest_exception_address_alignment.pass.cpp1 //===----------------------------------------------------------------------===//
8 //===----------------------------------------------------------------------===//
10 // UNSUPPORTED: libcxxabi-no-exceptions
16 // XFAIL: darwin && libcxxabi-has-system-unwinder
29 // EHABI : 8-byte aligned
Dcatch_member_function_pointer_02.pass.cpp1 //===--------------- catch_member_function_pointer_02.cpp -----------------===//
8 //===----------------------------------------------------------------------===//
10 // Can a noexcept member function pointer be caught by a non-noexcept catch
12 // UNSUPPORTED: libcxxabi-no-exceptions, libcxxabi-no-noexcept-function-type
16 // XFAIL: gcc-7, gcc-8, gcc-9
/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/grpc-grpc/templates/tools/dockerfile/
Dclang_update.include4 RUN git clone -n -b release_38 http://llvm.org/git/llvm.git && ${'\\'}
6 RUN git clone -n -b release_38 http://llvm.org/git/clang.git && ${'\\'}
8 RUN git clone -n -b release_38 http://llvm.org/git/compiler-rt.git && ${'\\'}
9 cd compiler-rt && git checkout 3176922 && cd ..
10 RUN git clone -n -b release_38 ${'\\'}
11 http://llvm.org/git/clang-tools-extra.git && cd clang-tools-extra && ${'\\'}
13 RUN git clone -n -b release_38 http://llvm.org/git/libcxx.git && ${'\\'}
15 RUN git clone -n -b release_38 http://llvm.org/git/libcxxabi.git && ${'\\'}
16 cd libcxxabi && git checkout 8d4e51d && cd ..
19 RUN mv compiler-rt llvm/projects
[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">
26 <a href="http://lists.llvm.org/mailman/listinfo/libcxx-dev">libcxx-dev</a>
27 <a href="http://lists.llvm.org/mailman/listinfo/libcxx-commits">libcxx-commits</a>
29 <a href="http://llvm.org/svn/llvm-project/libcxxabi/trunk/">Browse SVN</a>
30 <a href="http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/">Browse ViewVC</a>
35 <!--*********************************************************************-->
37 <!--*********************************************************************-->
44 under the MIT license and the UIUC License (a BSD-like license).</p>
[all …]
/external/grpc-grpc/tools/dockerfile/test/fuzzer/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
18 RUN apt-get update && apt-get install -y \
20 autotools-dev \
21 build-essential \
27 gcc-multilib \
33 libc6-dbg \
34 libc6-dev \
35 libgtest-dev \
40 python-dev \
41 python-setuptools \
[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 …]
/external/libcxx/utils/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 …]
/external/llvm/projects/
DCMakeLists.txt7 if((NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) AND
10 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND
12 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite))
18 # Also add in libc++ and compiler-rt trees if present (and we have
26 add_llvm_external_project(libcxxabi)
31 add_llvm_external_project(compiler-rt)
/external/grpc-grpc/tools/dockerfile/grpc_clang/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 RUN apt-get update && apt-get install -y \
24 && apt-get clean
26 RUN git clone -b release_36 http://llvm.org/git/llvm.git
27 RUN git clone -b release_36 http://llvm.org/git/clang.git
28 RUN git clone -b release_36 http://llvm.org/git/compiler-rt.git
29 RUN git clone -b release_36 http://llvm.org/git/clang-tools-extra.git
30 RUN git clone -b release_36 http://llvm.org/git/libcxx.git
31 RUN git clone -b release_36 http://llvm.org/git/libcxxabi.git
34 RUN mv compiler-rt llvm/projects
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/projects/
DCMakeLists.txt7 if((NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/compiler-rt) AND
10 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND
12 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND
13 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND
15 (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/debuginfo-tests))
21 # Also add in libc++ and compiler-rt trees if present (and we have
27 # enable the in-tree build when targeting clang-cl.
32 add_llvm_external_project(libcxxabi)
36 add_llvm_external_project(compiler-rt)
41 add_llvm_external_project(parallel-libs)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
9 #===------------------------------------------------------------------------===#
13 #===------------------------------------------------------------------------===#
15 System=`uname -s`
23 Base_url="http://llvm.org/svn/llvm-project"
48 echo "usage: `basename $0` -release X.Y.Z -rc NUM [OPTIONS]"
50 echo " -release X.Y.Z The release version to test."
51 echo " -rc NUM The pre-release candidate number."
52 echo " -final The final release candidate."
53 echo " -triple TRIPLE The target triple for this machine."
[all …]
/external/boringssl/src/
DCMakeLists.txt23 # This is a dummy target which all other targets depend on (manually - see other
29 # Android-NDK CMake files reconfigure the path and so Go and Perl won't be
45 pkg_check_modules(LIBUNWIND libunwind-generic)
47 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND)
65 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME)
70 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DNDEBUG")
76 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS"
81 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX})
82 # CMake automatically connects include_directories to the NASM command-line,
84 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}")
[all …]
/external/libcxxabi/
DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
47 "-Wall",
48 "-Werror",
51 "-std=c++14",
52 "-fexceptions",
53 "-Wextra",
54 "-Wno-unused-function",
55 "-Wno-implicit-fallthrough",
56 // src/cxa_demangle.cpp:2591 -Wimplicit-fallthrough
66 cppflags: ["-DLIBCXXABI_USE_LLVM_UNWINDER=1"],
[all …]
DCMakeLists.txt1 # See www/CMake.html for instructions on how to build libcxxabi with CMake.
21 project(libcxxabi CXX C) project
23 set(PACKAGE_NAME libcxxabi)
26 set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
52 option(LIBCXXABI_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF)
54 option(LIBCXXABI_HAS_PTHREAD_API "Ignore auto-detection and force use of pthread API" OFF)
150 if (LIBCXXABI_LIBCXX_PATH STREQUAL "LIBCXXABI_LIBCXX_PATH-NOTFOUND")
173 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
192 # By default, for non-standalone builds, libcxx and libcxxabi share a library
230 add_target_flags_if(LIBCXXABI_BUILD_32_BITS "-m32")
[all …]
/external/Microsoft-GSL/
D.travis.yml14 - ${TRAVIS_BUILD_DIR}/deps
26 - env: COMPILER=clang++ BUILD_TYPE=Debug GSL_CXX_STANDARD=14
31 - env: COMPILER=clang++ BUILD_TYPE=Release GSL_CXX_STANDARD=14
37 - env: COMPILER=clang++ BUILD_TYPE=Debug GSL_CXX_STANDARD=14
42 - env: COMPILER=clang++ BUILD_TYPE=Release GSL_CXX_STANDARD=14
52 - env: COMPILER=clang++-3.6 BUILD_TYPE=Debug GSL_CXX_STANDARD=14
56 - clang-3.6
57 - g++-5
59 - ubuntu-toolchain-r-test
60 - llvm-toolchain-precise-3.6
[all …]
/external/Reactive-Extensions/RxCpp/
D.travis.yml13 - env: BUILD_TYPE=Debug ASAN=Off RUN_TEST=On EXCEPTIONS=On
17 - env: BUILD_TYPE=Debug ASAN=Off LLVM_VERSION=3.8.0 RUN_TEST=On EXCEPTIONS=On
21 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=4.9 RUN_TEST=On EXCEPTIONS=On
27 - g++-4.9
29 - ubuntu-toolchain-r-test
31 - env: BUILD_TYPE=Release ASAN=Off GCC_VERSION=7 RUN_TEST=On EXCEPTIONS=On
37 - g++-7
39 - ubuntu-toolchain-r-test
41 - env: BUILD_TYPE=Debug ASAN=Off GCC_VERSION=8 RUN_TEST=On EXCEPTIONS=Off
47 - g++-8
[all …]
/external/libcxx/cmake/Modules/
DHandleLibCXXABI.cmake47 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
55 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
63 COMPONENT cxx-headers
88 set(_LIBSUPCXX_DEFINES "-DLIBSTDCXX")
95 "-D__GLIBCXX__ ${_LIBSUPCXX_DEFINES}"
98 elseif ("${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxabi")
100 # Link against just-built "cxxabi" target.
108 # Assume c++abi is installed in the system, rely on -lc++abi link flag.
115 setup_abi_lib("-DLIBCXX_BUILDING_LIBCXXABI" ${CXXABI_LIBNAME} "${HEADERS}" "")
117 setup_abi_lib("-DLIBCXXRT"
[all …]

12345