Author: Kazu Hirata Date: 2023-05-28T12:11:25-07:00 New Revision: c194a5efb8c1122892d9f4a8441c237fd83dbd27
URL: https://github.com/llvm/llvm-project/commit/c194a5efb8c1122892d9f4a8441c237fd83dbd27 DIFF: https://github.com/llvm/llvm-project/commit/c194a5efb8c1122892d9f4a8441c237fd83dbd27.diff LOG: [Driver] Remove unused declaration AddStaticDeviceLibsPostLinking The corresponding function definition was removed by: commit 6f96dadb7a5b1593a0b6348539f66f7e945f2561 Author: Joseph Huber <jhub...@vols.utk.edu> Date: Mon Jan 23 07:13:33 2023 -0600 Added: Modified: clang/lib/Driver/ToolChains/CommonArgs.h Removed: ################################################################################ diff --git a/clang/lib/Driver/ToolChains/CommonArgs.h b/clang/lib/Driver/ToolChains/CommonArgs.h index 6fffec93436b..c196cbc28e21 100644 --- a/clang/lib/Driver/ToolChains/CommonArgs.h +++ b/clang/lib/Driver/ToolChains/CommonArgs.h @@ -59,11 +59,6 @@ void AddStaticDeviceLibsLinking(Compilation &C, const Tool &T, llvm::opt::ArgStringList &CmdArgs, StringRef Arch, StringRef Target, bool isBitCodeSDL, bool postClangLink); -void AddStaticDeviceLibsPostLinking(const Driver &D, - const llvm::opt::ArgList &DriverArgs, - llvm::opt::ArgStringList &CmdArgs, - StringRef Arch, StringRef Target, - bool isBitCodeSDL, bool postClangLink); void AddStaticDeviceLibs(Compilation *C, const Tool *T, const JobAction *JA, const InputInfoList *Inputs, const Driver &D, const llvm::opt::ArgList &DriverArgs, _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits