[flang-commits] [flang] [flang]Add new intrinsic function backtrace and complete the TODO of abort (PR #117603)

via flang-commits flang-commits at lists.llvm.org
Mon Nov 25 10:50:44 PST 2024


================
@@ -15,6 +15,7 @@
 #include <cfenv>
 #include <cstdio>
 #include <cstdlib>
+#include <execinfo.h>
----------------
dty2 wrote:

You're right, I'll change this asap.

https://github.com/llvm/llvm-project/pull/117603


More information about the flang-commits mailing list