diff options
Diffstat (limited to 'results/scraper/fex/3419')
| -rw-r--r-- | results/scraper/fex/3419 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/results/scraper/fex/3419 b/results/scraper/fex/3419 new file mode 100644 index 000000000..ad31b2bd7 --- /dev/null +++ b/results/scraper/fex/3419 @@ -0,0 +1,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. \ No newline at end of file |