[all-commits] [llvm/llvm-project] 873f08: [flang] Add runtime support for GET_COMMAND

Diana via All-commits all-commits at lists.llvm.org
Mon Mar 14 02:36:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 873f081e5aac7fa80a0a8060a0fd52deaf05e88f
      https://github.com/llvm/llvm-project/commit/873f081e5aac7fa80a0a8060a0fd52deaf05e88f
  Author: Diana Picus <diana.picus at linaro.org>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M flang/include/flang/Runtime/command.h
    M flang/runtime/command.cpp
    M flang/unittests/Runtime/CommandTest.cpp

  Log Message:
  -----------
  [flang] Add runtime support for GET_COMMAND

Implement the GET_COMMAND intrinsic.
Add 2 new parameters (sourceFile and line) so we can create a terminator
for RUNTIME_CHECKs.

Differential Revision: https://reviews.llvm.org/D118777




More information about the All-commits mailing list