[all-commits] [llvm/llvm-project] eb9332: [flang] Implement a runtime routine to report fata...
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Fri Jan 28 15:48:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb933225f491e2063ba47e18a1153829cb32676c
https://github.com/llvm/llvm-project/commit/eb933225f491e2063ba47e18a1153829cb32676c
Author: Peter Steinfeld <psteinfeld at nvidia.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M flang/include/flang/Runtime/stop.h
M flang/runtime/stop.cpp
M flang/unittests/Runtime/Stop.cpp
Log Message:
-----------
[flang] Implement a runtime routine to report fatal errors with source position
The title says it all.
I implemented a routine called "Crash" and added a test.
Differential Revision: https://reviews.llvm.org/D118509
More information about the All-commits
mailing list