[clang] [llvm] [clang-repl] Add CLANG_ENABLE_EMUTLS_GET_ADDRESS cmake option (PR #217700)
Vassil Vassilev via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 11:09:15 PDT 2026
================
@@ -503,6 +503,9 @@ option(CLANG_ENABLE_PROTO_FUZZER "Build Clang protobuf fuzzer." OFF)
option(CLANG_USE_EXPERIMENTAL_CONST_INTERP
"Use the new experimental constant interpreter for compile-time evaluation." OFF)
+option(CLANG_ENABLE_EMUTLS_GET_ADDRESS
----------------
vgvassilev wrote:
I was wondering if we can detect that during configure time instead of having a separate option?
https://github.com/llvm/llvm-project/pull/217700
More information about the llvm-commits
mailing list