diff options
Diffstat (limited to 'source/slang/compiler.cpp')
| -rw-r--r-- | source/slang/compiler.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp index 25ae460c7..b8830c0b4 100644 --- a/source/slang/compiler.cpp +++ b/source/slang/compiler.cpp @@ -500,10 +500,7 @@ namespace Slang #endif List<uint8_t> emitSlangIRForEntryPoint( - EntryPointRequest* entryPoint) - { - SLANG_UNIMPLEMENTED_X("Slang IR Binary Generation"); - } + EntryPointRequest* entryPoint); String emitSlangIRAssemblyForEntryPoint( EntryPointRequest* entryPoint); |
