User Details
- User Since
- Jun 18 2018, 7:25 PM (275 w, 3 d)
Jul 28 2020
misc fix
Oct 30 2019
Aug 22 2019
Feb 28 2019
This change broken mingw-w64 build, mingw-w64 does not have TraceLoggingProvider.h header.
Dec 21 2018
This change can fix mingw build, but I think I don't have review permission.
Module libraries are always treated as LIBRARY targets. via https://cmake.org/cmake/help/v3.0/command/install.html, but D51748 marked as RUNTIME targets when build with mingw
with this patch, cmake still failed when build LLVMgold in mingw
CMake Error at cmake/modules/AddLLVM.cmake:667 (install): install TARGETS given no LIBRARY DESTINATION for module target "LLVMgold". Call Stack (most recent call first): tools/gold/CMakeLists.txt:14 (add_llvm_library)
this change broken mingw build.
CMake Error at cmake/modules/AddLLVM.cmake:667 (install): install TARGETS given no LIBRARY DESTINATION for module target "BugpointPasses". Call Stack (most recent call first): tools/bugpoint-passes/CMakeLists.txt:17 (add_llvm_library)
Dec 10 2018
Dec 8 2018
@jlpeyton Please help me commit this patch and depend, I did not have permission to commit it
Dec 7 2018
- remove llvm-dwarfdump duplicate test
- add test ccase
a better way map .eh_frame name
Dec 6 2018
Nov 5 2018
- update patch
Nov 1 2018
This bug only in shared dll, static build does not trigger this bug Here is a issue with another project here that is very similar to this one.
I create a small test code to reproduce the bug. I have tried use clang, MSVC and gcc,I post MSVC build command here.
bug build, test program will hang when exiting.
cl /EHsc /LD cppdll.cpp /Fecppdllcl.dll cl cppexe.cpp /Fecppexecl.exe /link cppdllcl.lib
static build does not have this bug
cl /EHsc cppexe.cpp cppdll.cpp -DSTATIC /Fecppdllcls.exe
- misc fix, forget commit -mrtm flag handle.
commit miss
Oct 31 2018
Oct 26 2018
Oct 24 2018
- I created a patch to MinGW winpthreads, remove _LIBCPP_SAFE_STATIC winpthread block
- limit this change for mingw only
Oct 23 2018
- rewrite detect mintty, port from vim.
- run clang-format
Oct 22 2018
- add test
Oct 21 2018
Support clang compiling under windows-gnu and windows-msvc
- add test