Eric Kilmer

Results 60 issues of Eric Kilmer

https://libcxx.llvm.org/Hardening.html

This issue is to keep track of frequently asked questions (FAQ), complaints, and suggestions for this repo. It is primarily for indexing and will link to other issues or discussions,...

question

Rebuilding LLVM when vcpkg misses a cache is very annoying, especially when compiling both Debug and Release builds. We should have a guide on how to build LLVM outside of...

enhancement
help wanted

We should be better about removing old packages that are no longer used. We could use this GitHub Action https://github.com/actions/delete-package-versions A good start might be to delete all but 5...

enhancement
ci

We have a user who would benefit from this https://github.com/lifting-bits/remill/issues/641 The implementation in cxx-common will need to use cross-compilation on the x86 GitHub Action runners, possibly similar to how we...

vcpkg is nice when everything is packaged correctly, however it is very difficult to share the result of a single pre-compiled package with someone else to install into their existing...

enhancement

After #961 lands, we will be duplicating much of the same binary artifacts. While GitHub public repos technically have unlimited storage space, this still feels wasteful and is not good...

enhancement

With the recent addition of LLVM 14, there have been a few bugs that prevent expected behavior during our tool builds. These bugs could have been prevented with a simple...

help wanted

There is a lot of duplicated code for setting up and tearing down the AWS runners, in addition to any code that is duplicated for the actual building of the...

enhancement

This blog looks very interesting and something we should keep track of. Currently it's only aimed at support embedded developers, but eventually support for desktop development would be nice. https://devblogs.microsoft.com/cppblog/vcpkg-artifacts/

vcpkg