Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxxabi/test/configs/cmake-bridge.cfg.in
Show All 22 Lines | |||||
config.recursiveExpansionLimit = 10 | config.recursiveExpansionLimit = 10 | ||||
config.test_exec_root = '@CMAKE_BINARY_DIR@' | config.test_exec_root = '@CMAKE_BINARY_DIR@' | ||||
# TODO: This is a non-standard Lit attribute and we should have another way of accessing this. | # TODO: This is a non-standard Lit attribute and we should have another way of accessing this. | ||||
config.host_triple = '@LLVM_HOST_TRIPLE@' | config.host_triple = '@LLVM_HOST_TRIPLE@' | ||||
config.substitutions.append(('%{cxx}', '@CMAKE_CXX_COMPILER@')) | config.substitutions.append(('%{cxx}', '@CMAKE_CXX_COMPILER@')) | ||||
config.substitutions.append(('%{libcxx}', '@LIBCXXABI_LIBCXX_PATH@')) | config.substitutions.append(('%{libcxx}', '@LIBCXXABI_LIBCXX_PATH@')) | ||||
config.substitutions.append(('%{install}', '@CMAKE_BINARY_DIR@')) | config.substitutions.append(('%{include}', '@LIBCXXABI_HEADER_DIR@/include/c++/v1')) | ||||
config.substitutions.append(('%{target-include}', '@LIBCXXABI_HEADER_DIR@/%{triple}/include/c++/v1')) | |||||
config.substitutions.append(('%{lib}', '@LIBCXXABI_LIBRARY_DIR@')) | |||||
config.substitutions.append(('%{executor}', '@LIBCXXABI_EXECUTOR@')) | config.substitutions.append(('%{executor}', '@LIBCXXABI_EXECUTOR@')) |