Vladislav Shchapov

Results 208 comments of Vladislav Shchapov

@anton-potapov, on build the library ``libtbb.dylib``: ``` [ 17%] Linking CXX shared library ../../appleclang_13.0_cxx17_64_release/libtbb.dylib cd /Users/phprus/Devel/oneapi-src/tmp/pr739/oneTBB-0ef804884856e791fe7bb173078a92daf3929f76/build/release/src/tbb && /opt/homebrew/Cellar/cmake/3.22.1/bin/cmake -E cmake_link_script CMakeFiles/tbb.dir/link.txt --verbose=1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -O3 -DNDEBUG -flto=thin -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk...

1) Yes; 2) Yes. I use this patch (and set TBB_INSTALL to OFF) and custom ``install()`` commands (and some additional options for ``tbb*`` targets) for ``tbb``, ``tbbmalloc``, ``tbbmalloc_proxy`` targets in...

Rebased onto current master.

``tpause %ecx`` supported by binutils >= 2.31.1 binutils commit: https://github.com/bminor/binutils-gdb/commit/ae1d38437284b31d5a1c

See previous issue and PR: https://github.com/oneapi-src/oneTBB/issues/573 https://github.com/oneapi-src/oneTBB/pull/576

Rebased onto current master.