diff options
Diffstat (limited to 'source/compiler-core/slang-artifact-desc-util.cpp')
| -rw-r--r-- | source/compiler-core/slang-artifact-desc-util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler-core/slang-artifact-desc-util.cpp b/source/compiler-core/slang-artifact-desc-util.cpp index 3be0448c4..da97ce3f5 100644 --- a/source/compiler-core/slang-artifact-desc-util.cpp +++ b/source/compiler-core/slang-artifact-desc-util.cpp @@ -222,6 +222,7 @@ SLANG_HIERARCHICAL_ENUM(ArtifactKind, SLANG_ARTIFACT_KIND, SLANG_ARTIFACT_KIND_E x(DebugInfo, Metadata) \ x(PdbDebugInfo, DebugInfo) \ x(Diagnostics, Metadata) \ + x(PostEmitMetadata, Metadata) \ x(Miscellaneous, Base) \ x(Log, Miscellaneous) \ x(Lock, Miscellaneous) \ |
