Skip to content

Commit 1072b94

Browse files
committed
Revert "[clang] [unittest] Add a test for Generic_GCC::GCCVersion::Parse (#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.
1 parent c060757 commit 1072b94

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

clang/unittests/Driver/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
99
add_clang_unittest(ClangDriverTests
1010
DistroTest.cpp
1111
DXCModeTest.cpp
12-
GCCVersionTest.cpp
1312
ToolChainTest.cpp
1413
ModuleCacheTest.cpp
1514
MultilibBuilderTest.cpp

clang/unittests/Driver/GCCVersionTest.cpp

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)