From adbaf8f23d7ef8c8e7786e8be706a47adce3f2ef Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:39:05 -0400 Subject: add `-ignore-capabilities` flag (#3984) `-ignore-capabilities` flag allows ignoring capability incompatibilities/discontinuity errors/warnings. We still process capabilities (needed for stdlib). Added to capability tests to ensure everything is working as intended. More will be added in the full stdlib capabilities implementation. --- slang.h | 1 + 1 file changed, 1 insertion(+) (limited to 'slang.h') diff --git a/slang.h b/slang.h index 7ee7c2697..1b7737f18 100644 --- a/slang.h +++ b/slang.h @@ -842,6 +842,7 @@ extern "C" Language, MatrixLayoutColumn, // bool MatrixLayoutRow, // bool + IgnoreCapabilities, // bool ModuleName, // stringValue0: module name. Output, Profile, // intValue0: profile -- cgit v1.2.3