From 3e3e2473bf85365593629bd1f6f070d11f0b8ab2 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 13 Oct 2017 22:39:15 -0700 Subject: Get rid of the `-slang-ir-asm` target (#212) * Get rid of the `-slang-ir-asm` target This is really only useful for debugging, so I've replaced the functionality with a `-dump-ir` command line option (which dump's the IR for an entry point before doing codegen). * fixup: use HLSL target, not DXBC, so test can run on Linux --- slang.h | 1 - 1 file changed, 1 deletion(-) (limited to 'slang.h') diff --git a/slang.h b/slang.h index 510168e66..231ef7472 100644 --- a/slang.h +++ b/slang.h @@ -90,7 +90,6 @@ extern "C" SLANG_DXBC, SLANG_DXBC_ASM, SLANG_IR, - SLANG_IR_ASM, }; typedef int SlangPassThrough; -- cgit v1.2.3