Skip to content

Commit c194a5e

Browse files
[Driver] Remove unused declaration AddStaticDeviceLibsPostLinking
The corresponding function definition was removed by: commit 6f96dad Author: Joseph Huber <jhuber6@vols.utk.edu> Date: Mon Jan 23 07:13:33 2023 -0600
1 parent 280656e commit c194a5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/lib/Driver/ToolChains/CommonArgs.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ void AddStaticDeviceLibsLinking(Compilation &C, const Tool &T,
5959
llvm::opt::ArgStringList &CmdArgs,
6060
StringRef Arch, StringRef Target,
6161
bool isBitCodeSDL, bool postClangLink);
62-
void AddStaticDeviceLibsPostLinking(const Driver &D,
63-
const llvm::opt::ArgList &DriverArgs,
64-
llvm::opt::ArgStringList &CmdArgs,
65-
StringRef Arch, StringRef Target,
66-
bool isBitCodeSDL, bool postClangLink);
6762
void AddStaticDeviceLibs(Compilation *C, const Tool *T, const JobAction *JA,
6863
const InputInfoList *Inputs, const Driver &D,
6964
const llvm::opt::ArgList &DriverArgs,

0 commit comments

Comments
 (0)