search for: developercommunity

Displaying 7 results from an estimated 7 matches for "developercommunity".

2018 Feb 15
3
[RFC] [lld] Replace use of 'concurrency::parallel_for_each' with standard library
...m is exiting. https://bugs.llvm.org/show_bug.cgi?id=34976 After having some difficulty clarifying this issue with Microsoft I submitted the issue again this week and have found that they are aware of the problem. However, I've yet to be given any information on a timescale for a fix. https://developercommunity.visualstudio.com/content/problem/198027/use-of-concurrencyparallel-for-each-with-the-multi.html For our team this bug has caused problems when testing LLD. We suggest the removal of this MSVC specific functionality in "llvm::parallel" until a fix is made or alternative found. This could...
2018 Feb 15
0
[RFC] [lld] Replace use of 'concurrency::parallel_for_each' with standard library
...org/show_bug.cgi?id=34976 > > After having some difficulty clarifying this issue with Microsoft I > submitted the issue again this week and have found that they are aware of > the problem. However, I've yet to be given any information on a timescale > for a fix. > > https://developercommunity.visualstudio.com/content/problem/198027/use-of-concurrencyparallel-for-each-with-the-multi.html > > For our team this bug has caused problems when testing LLD. We suggest the > removal of this MSVC specific functionality in "llvm::parallel" until a fix > is made or alternative...
2019 Dec 18
4
lld/coff section name .debug_str is longer than 8 characters
Since updating today I get: section name .debug_str is longer than 8 characters and will use a non-standard string table This is LLD + Coff/DWARF; Is this now unsupported, am I doing something wrong or something else?Alternatively, what can I do to hide it?
2019 Dec 12
0
opus Digest, Vol 128, Issue 4
..., cmake .. -G "Visual Studio 16 2019" -A ARM64 -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON cmake --build . -j 10 Is building for me, but I don't have any Windows Arm64 device so cannot test it. Note that: Neon will not work on windows out of the box builds due renamed header: https://developercommunity.visualstudio.com/content/problem/201662/arm-neonh-doenst-support-arm64-compiler.html Hope this helps. //Marcus ________________________________ From: opus <opus-bounces at xiph.org> on behalf of opus-request at xiph.org <opus-request at xiph.org> Sent: Thursday, December 12, 2019 04:0...
2020 Jan 23
2
Longstanding failing tests - clang-tidy, MachO, Polly
...t t.asm ... ; Line 6 call shouldBeUnconditional ; Line 8 call shouldBeConditional ... There is no conditional branch between these two calls, but if both Bool1 and Bool2 are false, the second call should not execute. I went to file the issue, but I suspect that this report is a duplicate: https://developercommunity.visualstudio.com/content/problem/845933/miscompile-boolean-condition-deduced-to-be-always.html I posted my repro there. It's not clear if we should do anything in LLVM to work around the problem, or if we should just wait for the next release. On Thu, Jan 23, 2020 at 10:48 AM Reid Kleckner &...
2017 Jun 08
2
[MS] Partial PDB (/DEBUG:FASTLINK) parsing support in LLVM
Hi Zach (or anyone else who may have a clue), I'm currently investigating making use of LLVM for PDB parsing for with a view to supporting partial PDBs as produced by /DEBUG:FASTLINK as the VS DIA SDK hasn't been updated to handle them. I know this is probably low on your priority list but since /DEBUG:FASTLINK is now the implied default for VS2017 I figure it's a good time to take a
2020 Jan 22
4
Longstanding failing tests - clang-tidy, MachO, Polly
Hi, A few tests seem broken for a long time, some for more than a month. Would it possible for respective owners to take a look please? I'm at checkout 133a7e631cee97965e310f0d110739217427fd3d, compiling on Windows 10. These tests fail with Visual Studio 2019: Failing Tests (7): Clang Tools :: clang-tidy/checkers/cert-mem57-cpp-cpp17.cpp Clang Tools ::