Skip to content

Commit

Permalink
Revert "[clang] [unittest] Add a test for Generic_GCC::GCCVersion::Pa…
Browse files Browse the repository at this point in the history
…rse (#69078)"

This reverts commit b4b35a5.

That commit broke builds with -DBUILD_SHARED_LIBS=ON. The reason
is that clang::driver::toolchains::Generic_GCC::GCCVersion::Parse
isn't visible outside of the shared library, because
the Generic_GCC class is marked with LLVM_LIBRARY_VISIBILITY.
  • Loading branch information
mstorsjo committed Oct 18, 2023
1 parent c060757 commit 1072b94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
1 change: 0 additions & 1 deletion clang/unittests/Driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
add_clang_unittest(ClangDriverTests
DistroTest.cpp
DXCModeTest.cpp
GCCVersionTest.cpp
ToolChainTest.cpp
ModuleCacheTest.cpp
MultilibBuilderTest.cpp
Expand Down
52 changes: 0 additions & 52 deletions clang/unittests/Driver/GCCVersionTest.cpp

This file was deleted.

0 comments on commit 1072b94

Please sign in to comment.