diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index cfd903eff677d..ac9617b3bf16d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -103,6 +103,7 @@ llvm/tools/sycl-post-link/ @kbobrovs @AlexeySachkov
# Clang offload tools
clang/tools/clang-offload-bundler/ @kbobrovs @sndmitriev
clang/tools/clang-offload-wrapper/ @sndmitriev @kbobrovs
+clang/tools/clang-offload-deps/ @sndmitriev
# Explicit SIMD
SYCLLowerIR/ @kbobrovs
diff --git a/clang/test/CMakeLists.txt b/clang/test/CMakeLists.txt
index f2c1aeec63143..7c88ce40103c4 100644
--- a/clang/test/CMakeLists.txt
+++ b/clang/test/CMakeLists.txt
@@ -65,6 +65,7 @@ list(APPEND CLANG_TEST_DEPS
clang-format
clang-tblgen
clang-offload-bundler
+ clang-offload-deps
clang-import-test
clang-rename
clang-refactor
diff --git a/clang/test/Driver/clang-offload-deps.c b/clang/test/Driver/clang-offload-deps.c
new file mode 100644
index 0000000000000..65bfd0b45f6be
--- /dev/null
+++ b/clang/test/Driver/clang-offload-deps.c
@@ -0,0 +1,53 @@
+// REQUIRES: x86-registered-target
+
+//
+// Check help message.
+//
+// RUN: clang-offload-deps --help | FileCheck %s --check-prefix CHECK-HELP
+// CHECK-HELP: {{.*}}OVERVIEW: A tool for creating dependence bitcode files for offload targets. Takes
+// CHECK-HELP-NEXT: {{.*}}host image as input and produces bitcode files, one per offload target, with
+// CHECK-HELP-NEXT: {{.*}}references to symbols that must be defined in target images.
+// CHECK-HELP: {{.*}}USAGE: clang-offload-deps [options]
+// CHECK-HELP: {{.*}} --outputs= - [