build meta for torture run; fix base core in metagen

This commit is contained in:
Nikita Smith
2026-04-06 12:04:31 -07:00
parent 44a0efd207
commit b764a838df
3 changed files with 8 additions and 6 deletions
-2
View File
@@ -370,8 +370,6 @@ CheckNil(nil,p) ? \
# if defined(__SANITIZE_ADDRESS__)
# define ASAN_ENABLED 1
# define ASAN_NO_ADDR __declspec(no_sanitize_address)
# else
# define UBSAN_NO_ALIGN
# endif
#elif COMPILER_CLANG
# if defined(__has_feature)