issues Search Results · repo:backengineering/llvm-msvc language:LLVM
Filter by
92 results
(104 ms)92 results
inbackengineering/llvm-msvc (press backspace or delete to remove)LLVM-MSVC fails to compile the default Hello World program that is given as a template when you generate a new Visual
Studio project for a Console C++ application when targetting the ARM32 architecture ...
kristibektashi
- 12
- Opened on May 30
- #127
When link the .lib file generated by llvm-lib in other projects which use msvc toolsets, the linker failed with
following error: fatal error LNK1107: invalid or corrupt file: cannot read at 0x34D58
There ...
xengpro
- Opened on Apr 23
- #126
最新官方llvm(v20.1.2)编译51KB
Image
本变体版本(v777.2.2)编译339KB
Image
编译参数没做任何改动
还有合格的特性能否提交PR给官方呀,这样受众面应该会更广,如x64内联汇编这个功能(这个官方好像已经支持了)。
sonyps5201314
- 2
- Opened on Apr 15
- #125
Tried to build windows KMDF driver with toolset LLVM-MSVC_KernelMode with v777.3 and 777.2 but both failed with
assertion:
1 PLEASE submit a bug report to https://github.com/backengineering/llvm-msvc/issues ...
xengpro
- 3
- Opened on Apr 9
- #123
Hi, pardon for a noob question, I feel it is better to ask it here since community is smaller; So, classic dll files
compiled with msvc normally have 5 sections (both when compiled with /MT and /MD):
...
po0p
- 1
- Opened on Jan 23
- #121
Hello! Libc++ have support for clang-cl, even for the MSVC driver. Could you please add support for libc++ as a
replacement for MSVC STL?
I request that because libc++ in combination with pthread thread ...
help wanted
void2012
- 2
- Opened on Jan 19
- #120
static inline uint64_t util_mul_div64(uint64_t num, uint64_t mul, uint64_t div)
{
#if defined(_MSC_VER) defined(_M_X64) (_MSC_VER = 1920)
unsigned __int64 high;
const unsigned __int64 low = _umul128(num, ...
hzqst
- Opened on Dec 31, 2024
- #118

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.