blob: ad31b2bd7dfbfb8dee22cf67ece8e8c0a72bc8d3 (
plain) (
blame)
1
2
3
4
|
Build system tries to use __attribute__((preserve_all)) on clang 16
The test program actually compiles on clang 16, because the test function takes 0 arguments and that is apparently not a problem for clang 16 - preserve_all only fails once you add an argument.
Breaks the build on arm linux, as of this writing.
|