ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces
Other
944 stars 220 forks source link

Fix ATTRIBUTE_FALLTHROUGH for cross-compiler usage #130

Closed r-barnes closed 1 month ago

r-barnes commented 1 month ago

LLVM would also like fallthrough annotations.

ianlancetaylor commented 1 month ago

Thanks. I fixed this in a slightly different way upstream, and ported the change back to this repo.

r-barnes commented 1 month ago

Fixed in 7e2b7da.