Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:MaxxedSUSE:Compiler-Tools-15.6
llvm18
assume-opensuse.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File assume-opensuse.patch of Package llvm18
Index: clang-12.0.0rc1.src/lib/Driver/Distro.cpp =================================================================== --- clang-12.0.0rc1.src.orig/lib/Driver/Distro.cpp +++ clang-12.0.0rc1.src/lib/Driver/Distro.cpp @@ -93,6 +93,8 @@ static Distro::DistroType DetectLsbRelease... } static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { + return Distro::OpenSUSE; +/* Distro::DistroType Version = Distro::UnknownDistro; // Newer freedesktop.org's compilant systemd-based systems @@ -200,7 +202,7 @@ static Distro::DistroType DetectDistro(l if (VFS.exists("/etc/gentoo-release")) return Distro::Gentoo; - return Distro::UnknownDistro; + return Distro::UnknownDistro;*/ } static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, Index: clang-18.1.0rc1.src/unittests/Driver/CMakeLists.txt =================================================================== --- clang-18.1.0rc1.src.orig/unittests/Driver/CMakeLists.txt +++ clang-18.1.0rc1.src/unittests/Driver/CMakeLists.txt @@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS ) add_clang_unittest(ClangDriverTests - DistroTest.cpp DXCModeTest.cpp GCCVersionTest.cpp ToolChainTest.cpp
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor