Skip to content

Commit

Permalink
Drop LLVM 16+ test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Verbytskyi committed Mar 17, 2024
1 parent ccd6c51 commit 142ef76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ if (pybind11_VERSION VERSION_LESS 2.5.99)
list(REMOVE_ITEM binder_tests T15.inner_class)
endif()
if (LLVM_VERSION_MAJOR VERSION_GREATER 15)
list(REMOVE_ITEM binder_tests T15.inner_class)
list(REMOVE_ITEM binder_tests T17.anonymous)
endif()
if( CMAKE_HOST_SYSTEM_NAME MATCHES "Darwin" )
Expand Down

0 comments on commit 142ef76

Please sign in to comment.