[all-commits] [llvm/llvm-project] 1072b9: Revert "[clang] [unittest] Add a test for Generic_...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed Oct 18 05:42:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1072b94ed8e5a051100557185cb384364850635a
https://github.com/llvm/llvm-project/commit/1072b94ed8e5a051100557185cb384364850635a
Author: Martin Storsjö <martin at martin.st>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M clang/unittests/Driver/CMakeLists.txt
R clang/unittests/Driver/GCCVersionTest.cpp
Log Message:
-----------
Revert "[clang] [unittest] Add a test for Generic_GCC::GCCVersion::Parse (#69078)"
This reverts commit b4b35a5d2b4ee26bf79b8a92715dd200f3f9cc49.
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.
More information about the All-commits
mailing list