Skip to content

Commit b4c17fb

Browse files
committed
review: add comment
1 parent c0aec7a commit b4c17fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/include/llvm/ObjCopy/DXContainer/DXContainerConfig.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
namespace llvm {
1313
namespace objcopy {
1414

15-
// DXContainer specific configuration for copying/stripping a single file.
15+
// DXContainer specific configuration for copying/stripping a single file. This
16+
// is defined, following convention elsewhere, as the return type of
17+
// `getDXContainerConfig`, which reports an error for an unsupported option.
1618
struct DXContainerConfig {};
1719

1820
} // namespace objcopy

0 commit comments

Comments
 (0)