[all-commits] [llvm/llvm-project] 93ee58: [flang] Rename the runtime routine that reports a ...
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Tue Feb 1 09:03:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93ee588232877485535f40e56014eb0e12e3fa32
https://github.com/llvm/llvm-project/commit/93ee588232877485535f40e56014eb0e12e3fa32
Author: Peter Steinfeld <psteinfeld at nvidia.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M flang/include/flang/Runtime/stop.h
M flang/runtime/stop.cpp
M flang/unittests/Runtime/Stop.cpp
Log Message:
-----------
[flang] Rename the runtime routine that reports a fatal user error
As per Steve Scalpone's suggestion, I've renamed the runtime routine to
better evoke its purpose.
I implemented a routine called "Crash" and added a test.
Differential Revision: https://reviews.llvm.org/D118703
More information about the All-commits
mailing list