Skip to content

Commit fda692b

Browse files
authored
[libc++] Remove outdated setting of LIBCXX_CXX_ABI_LIBRARY_PATH (#100631)
LIBCXX_CXX_ABI_LIBRARY_PATH is used to determine the path of the ABI library in use. It shouldn't be necessary to set it explicitly in order to run the tests, since the test suite has its own configuration mechanism.
1 parent 21fd52f commit fda692b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libcxx/test/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
include(HandleLitArguments)
22
add_subdirectory(tools)
33

4-
# By default, libcxx and libcxxabi share a library directory.
5-
if (NOT LIBCXX_CXX_ABI_LIBRARY_PATH)
6-
set(LIBCXX_CXX_ABI_LIBRARY_PATH "${LIBCXX_LIBRARY_DIR}" CACHE PATH
7-
"The path to libc++abi library.")
8-
endif()
9-
104
set(AUTO_GEN_COMMENT "## Autogenerated by libcxx configuration.\n# Do not edit!")
115
set(SERIALIZED_LIT_PARAMS "# Lit parameters serialized here for llvm-lit to pick them up\n")
126

0 commit comments

Comments
 (0)