I've submitted an upstream PR https://github.com/ianlancetaylor/libbacktrace/pull/130 to fix this problem in libbacktrace. I'm opening this issue to placehold that once that (presumably) gets merged, updating memray would fix implicit fallthroughs for LLVM.
Is there an existing issue for this?
Current Behavior
LLVM complains about implicit fallthroughs.
Expected Behavior
All fallthroughs are explicit.
Steps To Reproduce
Compile with
-Wimplicit-fallthrough
in LLVM.Memray Version
master
Python Version
3.10
Operating System
Linux
Anything else?
I've submitted an upstream PR https://github.com/ianlancetaylor/libbacktrace/pull/130 to fix this problem in libbacktrace. I'm opening this issue to placehold that once that (presumably) gets merged, updating memray would fix implicit fallthroughs for LLVM.