[all-commits] [llvm/llvm-project] 788a5d: PoC for Flang Driver Plugins

Andrzej WarzyƄski via All-commits all-commits at lists.llvm.org
Thu Jul 1 01:15:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 788a5d4afe6407e647454a9832a7b4a27fba06bf
      https://github.com/llvm/llvm-project/commit/788a5d4afe6407e647454a9832a7b4a27fba06bf
  Author: Stuart Ellis <stuart.ellis at arm.com>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M flang/CMakeLists.txt
    M flang/examples/CMakeLists.txt
    A flang/examples/HelloWorld/CMakeLists.txt
    A flang/examples/HelloWorld/HelloWorldPlugin.cpp
    M flang/include/flang/Frontend/FrontendActions.h
    M flang/include/flang/Frontend/FrontendOptions.h
    A flang/include/flang/Frontend/FrontendPluginRegistry.h
    M flang/lib/Frontend/CompilerInvocation.cpp
    M flang/lib/Frontend/FrontendAction.cpp
    M flang/lib/Frontend/FrontendActions.cpp
    M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
    M llvm/include/llvm/Support/Registry.h
    M llvm/lib/Support/DynamicLibrary.cpp

  Log Message:
  -----------
  PoC for Flang Driver Plugins


  Commit: ea3698ded34419310a92e441e92be1c85444140d
      https://github.com/llvm/llvm-project/commit/ea3698ded34419310a92e441e92be1c85444140d
  Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

  Changed paths:
    A flang/docs/FlangDriver.md

  Log Message:
  -----------
  [flang][docs] Add documentation for the new Flang driver

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


Compare: https://github.com/llvm/llvm-project/compare/226f925c3f34...ea3698ded344


More information about the All-commits mailing list