We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aec7a commit b4c17fbCopy full SHA for b4c17fb
llvm/include/llvm/ObjCopy/DXContainer/DXContainerConfig.h
@@ -12,7 +12,9 @@
12
namespace llvm {
13
namespace objcopy {
14
15
-// DXContainer specific configuration for copying/stripping a single file.
+// 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.
18
struct DXContainerConfig {};
19
20
} // namespace objcopy
0 commit comments