summaryrefslogtreecommitdiffstats
path: root/tools/slang-test/test-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-test/test-context.h')
-rw-r--r--tools/slang-test/test-context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/slang-test/test-context.h b/tools/slang-test/test-context.h
index a4b92790b..67707028d 100644
--- a/tools/slang-test/test-context.h
+++ b/tools/slang-test/test-context.h
@@ -28,7 +28,8 @@ struct PassThroughFlag
GCC = 1 << int(SLANG_PASS_THROUGH_GCC),
Clang = 1 << int(SLANG_PASS_THROUGH_CLANG),
Generic_C_CPP = 1 << int(SLANG_PASS_THROUGH_GENERIC_C_CPP),
- NVRTC = 1 << int(SLANG_PASS_THROUGH_NVRTC)
+ NVRTC = 1 << int(SLANG_PASS_THROUGH_NVRTC),
+ LLVM = 1 << int(SLANG_PASS_THROUGH_LLVM),
};
};