search for: create_symlink

Displaying 20 results from an estimated 30 matches for "create_symlink".

2020 Mar 28
2
LLD issue on a massively parallel build machine
....a lib/libLLVMBinaryFormat.a lib/libLLVMRemarks.a lib/libLLVMBitstreamReader.a lib/libLLVMSupport.a -lz -lrt -ldl -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd /tmp/build/202003290405/tools/lld/tools/lld && /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E create_symlink lld /tmp/build/202003290405/./bin/lld-link && cd /tmp/build/202003290405/tools/lld/tools/lld && /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E create_symlink lld /tmp/build/202003290405/./bin/ld.lld && cd /tmp/build/202003290405/tools/lld/tools/lld &&...
2020 Mar 28
3
LLD issue on a massively parallel build machine
...arks.a >> lib/libLLVMBitstreamReader.a lib/libLLVMSupport.a -lz -lrt -ldl >> -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd >> /tmp/build/202003290405/tools/lld/tools/lld && >> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >> create_symlink lld /tmp/build/202003290405/./bin/lld-link && cd >> /tmp/build/202003290405/tools/lld/tools/lld && >> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >> create_symlink lld /tmp/build/202003290405/./bin/ld.lld && cd >> /tmp/build/20200329...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...at.a lib/libLLVMRemarks.a > lib/libLLVMBitstreamReader.a lib/libLLVMSupport.a -lz -lrt -ldl > -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd > /tmp/build/202003290405/tools/lld/tools/lld && > /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E > create_symlink lld /tmp/build/202003290405/./bin/lld-link && cd > /tmp/build/202003290405/tools/lld/tools/lld && > /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E > create_symlink lld /tmp/build/202003290405/./bin/ld.lld && cd > /tmp/build/202003290405/tools/lld/t...
2020 Mar 28
2
LLD issue on a massively parallel build machine
...lib/libLLVMBitstreamReader.a lib/libLLVMSupport.a -lz -lrt -ldl >>> -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd >>> /tmp/build/202003290405/tools/lld/tools/lld && >>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >>> create_symlink lld /tmp/build/202003290405/./bin/lld-link && cd >>> /tmp/build/202003290405/tools/lld/tools/lld && >>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >>> create_symlink lld /tmp/build/202003290405/./bin/ld.lld && cd >>> /tm...
2020 Apr 01
4
LLD issue on a massively parallel build machine
...ib/libLLVMSupport.a -lz -lrt -ldl >>>>> -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd >>>>> /tmp/build/202003290405/tools/lld/tools/lld && >>>>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >>>>> create_symlink lld /tmp/build/202003290405/./bin/lld-link && cd >>>>> /tmp/build/202003290405/tools/lld/tools/lld && >>>>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >>>>> create_symlink lld /tmp/build/202003290405/./bin/ld.lld &&...
2020 Apr 01
2
LLD issue on a massively parallel build machine
...> >>>>> -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd > >>>>> /tmp/build/202003290405/tools/lld/tools/lld && > >>>>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E > >>>>> create_symlink lld /tmp/build/202003290405/./bin/lld-link && cd > >>>>> /tmp/build/202003290405/tools/lld/tools/lld && > >>>>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E > >>>>> create_symlink lld /tmp/build/20200...
2020 Apr 01
2
LLD issue on a massively parallel build machine
...gt; -ltinfo -lpthread -lm lib/libLLVMDemangle.a && cd >> > >>>>> /tmp/build/202003290405/tools/lld/tools/lld && >> > >>>>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >> > >>>>> create_symlink lld /tmp/build/202003290405/./bin/lld-link && >> cd >> > >>>>> /tmp/build/202003290405/tools/lld/tools/lld && >> > >>>>> /home/usr4/c74014i/opt/cmake-3.16.3-Linux-x86_64/bin/cmake -E >> > >>>>>...
2020 Mar 28
3
LLD issue on a massively parallel build machine
Alex : Can you please try `numactl` or `taskset` after https://github.com/llvm/llvm-project/commit/09158252f777c2e2f06a86b154c44abcbcf9bb74 ? There was a tiny bug in how sched_getaffinity() was used, see: https://reviews.llvm.org/D75153#1942336 De : Alex Brachet-Mialot <alexbrachetmialot at gmail.com> Envoyé : March 28, 2020 12:11 PM À : Itaru Kitayama <itaru.kitayama at gmail.com>
2020 Mar 26
12
Upgrading LLVM's minimum required CMake version
...ernization of UseSWIG module * New generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> * Compile features support for C++20 CMake 3.13 (released November 20th 2018): * cmake -E create_symlink supported on Windows * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation CMake 3.14 (released March 14th 2019): * file(CREATE_LIN...
2020 Mar 26
4
Upgrading LLVM's minimum required CMake version
...generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> >> * Compile features support for C++20 >> >> CMake 3.13 (released November 20th 2018): >> * cmake -E create_symlink supported on Windows >> * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose >> * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation >> >> CMake 3.14 (released...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...ernization of UseSWIG module * New generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> * Compile features support for C++20 CMake 3.13 (released November 20th 2018): * cmake -E create_symlink supported on Windows * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation CMake 3.14 (released March 14th 2019): * file(CREATE_LIN...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...ernization of UseSWIG module * New generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> * Compile features support for C++20 CMake 3.13 (released November 20th 2018): * cmake -E create_symlink supported on Windows * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation CMake 3.14 (released March 14th 2019): * file(CREATE_LIN...
2020 Mar 26
2
Upgrading LLVM's minimum required CMake version
...ernization of UseSWIG module * New generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> * Compile features support for C++20 CMake 3.13 (released November 20th 2018): * cmake -E create_symlink supported on Windows * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation CMake 3.14 (released March 14th 2019): * file(CREATE_LIN...
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...enerator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> >> * Compile features support for C++20 >> >> CMake 3.13 (released November 20th 2018): >> * cmake -E create_symlink supported on Windows >> * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose >> * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation >> >> CMake 3.14 (released...
2020 Apr 04
3
Upgrading LLVM's minimum required CMake version
...VAL:...>, > $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, > $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> > * Compile features support for C++20 > > CMake 3.13 (released November 20th 2018): > * cmake -E create_symlink supported on Windows > * target_link_directories() and target_link_options() commands > to set link options instead of awkwardly having to use > target_link_libraries() for this purpose > * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation >...
2020 Apr 06
5
Upgrading LLVM's minimum required CMake version
...ernization of UseSWIG module * New generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> * Compile features support for C++20 CMake 3.13 (released November 20th 2018): * cmake -E create_symlink supported on Windows * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation CMake 3.14 (released March 14th 2019): * file(CREATE_LIN...
2020 Apr 07
2
Upgrading LLVM's minimum required CMake version
...ernization of UseSWIG module * New generator expressions $<GENEX_EVAL:...>, $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and $<TARGET_NAME_IF_EXISTS:...> * Compile features support for C++20 CMake 3.13 (released November 20th 2018): * cmake -E create_symlink supported on Windows * target_link_directories() and target_link_options() commands to set link options instead of awkwardly having to use target_link_libraries() for this purpose * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation CMake 3.14 (released March 14th 2019): * file(CREATE_LIN...
2020 Apr 07
3
Upgrading LLVM's minimum required CMake version
...ons $<GENEX_EVAL:...>, >> $<TARGET_GENEX_EVAL:target,...>, $<IN_LIST:...>, $<TARGET_EXISTS:...> and >> $<TARGET_NAME_IF_EXISTS:...> >> * Compile features support for C++20 >> >> CMake 3.13 (released November 20th 2018): >> * cmake -E create_symlink supported on Windows >> * target_link_directories() and target_link_options() commands to set >> link options instead of awkwardly having to use target_link_libraries() for >> this purpose >> * UseSWIG can manage INCLUDE_DIRECTORIES for SWIG compilation >> >> CMa...
2019 Aug 14
9
[9.0.0 Release] Release Candidate 2 is here
Hello everyone, 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc2 Binaries will be added as they become available. The tag went in roughly one week behind schedule (see "Upcoming Releases" at https://llvm.org), but
2016 Jan 22
0
Wine release 1.9.2
...tes to be omitted in requests. server: Pass full object attributes in the create_timer request. server: Pass full object attributes in the create_mailslot request. server: Pass full object attributes in the create_directory request. server: Pass full object attributes in the create_symlink request. server: Pass full object attributes in the create_completion request. server: Add a helper function to skip the object attributes structure. server: Pass full object attributes in the create_key request. server: Pass full object attributes in the load_registry reque...