[all-commits] [llvm/llvm-project] 40d8c0: [flang][driver] Add support for -embed-offload-obj...
Jan Sjodin via All-commits
all-commits at lists.llvm.org
Tue Jan 31 08:03:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40d8c0666f19599c16e5345abee371d016409c12
https://github.com/llvm/llvm-project/commit/40d8c0666f19599c16e5345abee371d016409c12
Author: Jan Sjodin <jan_sjodin at yahoo.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/include/flang/Frontend/CodeGenOptions.h
M flang/include/flang/Frontend/FrontendActions.h
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/test/Driver/driver-help.f90
A flang/test/Driver/embed-error.f90
A flang/test/Driver/embed.f90
Log Message:
-----------
[flang][driver] Add support for -embed-offload-object flag in flang
This patch adds support for the -embed-offload-object flag to embed offloading
binaries in host code. This flag is identical to the clang flag with the same name.
Differential Revision: https://reviews.llvm.org/D142244
Reviewed By: awarzynski, jhuber6
More information about the All-commits
mailing list