Mercurial > hg > CbC > CbC_llvm
comparison libunwind/test/CMakeLists.txt @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
8 endmacro() | 8 endmacro() |
9 | 9 |
10 pythonize_bool(LIBUNWIND_ENABLE_CET) | 10 pythonize_bool(LIBUNWIND_ENABLE_CET) |
11 pythonize_bool(LIBUNWIND_ENABLE_THREADS) | 11 pythonize_bool(LIBUNWIND_ENABLE_THREADS) |
12 pythonize_bool(LIBUNWIND_USES_ARM_EHABI) | 12 pythonize_bool(LIBUNWIND_USES_ARM_EHABI) |
13 set(LIBUNWIND_EXECUTOR "${Python3_EXECUTABLE} ${LIBUNWIND_LIBCXX_PATH}/utils/run.py" CACHE STRING | 13 set(LIBUNWIND_EXECUTOR "\\\"${Python3_EXECUTABLE}\\\" ${LIBUNWIND_LIBCXX_PATH}/utils/run.py" CACHE STRING |
14 "Executor to use when running tests.") | 14 "Executor to use when running tests.") |
15 | 15 |
16 set(AUTO_GEN_COMMENT "## Autogenerated by libunwind configuration.\n# Do not edit!") | 16 set(AUTO_GEN_COMMENT "## Autogenerated by libunwind configuration.\n# Do not edit!") |
17 set(SERIALIZED_LIT_PARAMS "# Lit parameters serialized here for llvm-lit to pick them up\n") | 17 set(SERIALIZED_LIT_PARAMS "# Lit parameters serialized here for llvm-lit to pick them up\n") |
18 | 18 |