summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-07-10 16:17:10 -0700
committerGitHub <noreply@github.com>2024-07-10 16:17:10 -0700
commit746d47bb491e0b97e35ab373b4b78d33b9a61164 (patch)
tree74e0936472d911d8c6c561ca4b21e800306c5f51 /CMakeLists.txt
parent82f308ca692878bfe9844b86629c6536b4cd0f0a (diff)
Specialize address space during spirv legalization. (#4600)
* Specialize address space during spirv legalization. * Fix. * Fix building doc. * Fix cmake. * Update assert.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d9c8c0be..70e204e7e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,6 +85,7 @@ option(SLANG_EMBED_STDLIB_SOURCE "Embed stdlib source in the binary" ON)
option(SLANG_EMBED_STDLIB "Build slang with an embedded version of the stdlib")
option(SLANG_ENABLE_FULL_IR_VALIDATION "Enable full IR validation (SLOW!)")
+option(SLANG_ENABLE_IR_BREAK_ALLOC, "Enable _debugUID on IR allocation")
option(SLANG_ENABLE_ASAN "Enable ASAN (address sanitizer)")
option(SLANG_ENABLE_PREBUILT_BINARIES "Enable using prebuilt binaries" ON)