[clang] [clang-offload-bundler][NFC] Remove blank line in doc (PR #73968)
Jacob Lambert via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 30 10:33:15 PST 2023
https://github.com/lamb-j created https://github.com/llvm/llvm-project/pull/73968
None
>From 5582993e9c9aadf30ca2780cd37a280fe32fb439 Mon Sep 17 00:00:00 2001
From: Jacob Lambert <jacob.lambert at amd.com>
Date: Thu, 30 Nov 2023 10:25:55 -0800
Subject: [PATCH] [clang-offload-bundler][NFC] Remove blank line in doc
---
clang/docs/ClangOffloadBundler.rst | 1 -
1 file changed, 1 deletion(-)
diff --git a/clang/docs/ClangOffloadBundler.rst b/clang/docs/ClangOffloadBundler.rst
index 1d163db1a9a63bc..1f8c85a08f8c79c 100644
--- a/clang/docs/ClangOffloadBundler.rst
+++ b/clang/docs/ClangOffloadBundler.rst
@@ -500,7 +500,6 @@ Additional Options while Archive Unbundling
as defined in :ref:`code-object-composition` before creating device-specific
archive(s).
-
**-debug-only=CodeObjectCompatibility**
Verbose printing of matched/unmatched comparisons between bundle entry id of
a device binary from HDA and bundle entry ID of a given target processor
More information about the cfe-commits
mailing list