summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-strip-debug-info.h
blob: 67aac1abb438e4bb654a5b6a0d0f8b9800917e1c (plain)
1
2
3
4
5
6
7
8
9
#pragma once

namespace Slang
{
struct IRModule;

/// Strip all debug info instructions from `irModule`
void stripDebugInfo(IRModule* irModule);
} // namespace Slang