Attempting to update to llvmPackages_20 fails with the following (trimmed) output:
...musl-20.1.4-dev/include/c++/v1/__vector/vector.h:790:65: error: invalid application of 'alignof' to an incomplete type 'fs::Dirent'
...musl-20.1.4-dev/include/c++/v1/__vector/vector.h:355:24: error: no matching function for call to '__add_alignment_assumption'
...musl-20.1.4-dev/include/c++/v1/__vector/vector.h:352:24: error: no matching function for call to '__add_alignment_assumption'
...musl-20.1.4-dev/include/c++/v1/__vector/vector.h:358:24: error: no matching function for call to '__add_alignment_assumption'
// repeated 12 times.
I'm not exactly sure what's causing this to appear with this bump, but it seems like it's source defined at https://github.com/llvm/llvm-project/blob/87f0227cb60147a26a1eeb4fb06e3b505e9c7261/libcxx/include/__vector/vector.h#L788-800.
Any ideas on what causes this or how to fix it? Could it be we need to turn on a flag somewhere?
Attempting to update to llvmPackages_20 fails with the following (trimmed) output:
I'm not exactly sure what's causing this to appear with this bump, but it seems like it's source defined at https://github.com/llvm/llvm-project/blob/87f0227cb60147a26a1eeb4fb06e3b505e9c7261/libcxx/include/__vector/vector.h#L788-800.
Any ideas on what causes this or how to fix it? Could it be we need to turn on a flag somewhere?