projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249bd21
)
[Driver] Remove unused declaration addTranslatorArgs
author
Kazu Hirata
<kazu@google.com>
Tue, 13 Jun 2023 07:24:46 +0000
(
00:24
-0700)
committer
Kazu Hirata
<kazu@google.com>
Tue, 13 Jun 2023 07:24:46 +0000
(
00:24
-0700)
The declaration was added without a use by:
commit
49682f14bf3fb8db5e2721d9896b27bb4c2bd635
Author: Henry Linjamäki <henry.linjamaki@parmance.com>
Date: Wed Nov 17 11:23:49 2021 +0300
clang/lib/Driver/ToolChains/SPIRV.h
patch
|
blob
|
history
diff --git
a/clang/lib/Driver/ToolChains/SPIRV.h
b/clang/lib/Driver/ToolChains/SPIRV.h
index bb2904f761289ca6106bda1e82586cd91032f202..3cd613d9aac295c807e09e3f1d667dcb2858fd91 100644
(file)
--- a/
clang/lib/Driver/ToolChains/SPIRV.h
+++ b/
clang/lib/Driver/ToolChains/SPIRV.h
@@
-17,9
+17,6
@@
namespace driver {
namespace tools {
namespace SPIRV {
-void addTranslatorArgs(const llvm::opt::ArgList &InArgs,
- llvm::opt::ArgStringList &OutArgs);
-
void constructTranslateCommand(Compilation &C, const Tool &T,
const JobAction &JA, const InputInfo &Output,
const InputInfo &Input,