Martin Storsjö

Results 328 comments of Martin Storsjö

> Of course, these are different linkers, but according to https://lld.llvm.org/ > > > LLD is a drop-in replacement for the GNU linkers that accepts the same command line arguments...

FYI, LLVM 16 is to be branched real soon now, and without this patch, lldb-mi is no longer buildable with LLVM 16.

I was pointed here... I'm not familiar with the libraries here or how to test them, but it looks like it shouldn't be too hard to make it build. For...

Based on observing various MSVC versions, while newer versions of MSVC (since 16.9) do support `[[no_unique_address]]`, it seems to me like it has no effect, while `[[msvc::no_unique_address]]` does have effect...

> > Based on observing various MSVC versions, while newer versions of MSVC (since 16.9) do support `[[no_unique_address]]`, it seems to me like it has no effect, while `[[msvc::no_unique_address]]` does...

IIRC, for an ADTS stream, you can in theory have any parameter change from frame to frame. Such streams would definitely be uncommon, but for safety etc you at least...

Thanks for the report! FWIW, this repo isn't the canonical upstream, but Fraunhofer is - who then deliver fixes to AOSP, where I pull them in. For issues found elsewhere...

> Thanks for the context! Looks like nobody particularly cares about this UB, I'll go ahead and close the bug on our side. Yeah, possibly. I didn’t check whether this...

> Tested on my x64 Windows 10 system, both win32 and win64 builds run fine here (can perform an https request). The CFLAGS-only ones don't have CFG enabled, while the...

> Is it possible to include both a normal version of libc++ and a version with extra debug checks in the same package, similar to how MS-STL is shipped, or...