Zhang

Results 29 issues of Zhang

Continuing the discussion from #631 since that one is closed.... After applying the patch that also overrides ``_msize_base``, the project compiles. but got greeted with many "Not allocated by this...

Hi: this is my raw diff: ``` diff --git a/llvm/cmake/modules/FindZ3.cmake b/llvm/cmake/modules/FindZ3.cmake --- a/llvm/cmake/modules/FindZ3.cmake +++ b/llvm/cmake/modules/FindZ3.cmake @@ -75,7 +75,7 @@ unset(Z3_VERSION_STRING) # First, try to check it dynamically, by compiling a...

Title, results in : ``` AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int`...

Aria2 is an established download manager that provides an easy-to-use RPC interface, just craft the JSON and post it. Done :) It provides all the features you would expect from...

enhancement

Hi: For now, GetGitRevision won't work as intended if current CMakeList directory is a symbolic link instead of a submodule. I tried to apply a few patches and now it...

Hey: I saw Apple's fork provides ``llvm/lib/RemoteCachingService`` and a bunch of CAS Plugins, which I assume is related to the [RFC: Add an LLVM CAS library and experiment with fine-grained...

除了ObjC之外: - 缺乏Intrinsic支持 - 没记错的话也不太支持SIMD类型 - 异常处理 - alloca的内存模型和宿主的内存模型? 总的来说我不认为基于SSA形式的LLVM IR做虚拟机是什么可以在生产环境使用的好主意

We're cross-compiling Z3 for Windows using MSVC Sysroot and clang-cl on Linux. The compile steps are fine, but linking would fail due to ``_tzcnt_u64`` symbol not defined. I'm clueless with...