Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
llvm
aarch64-suse-support.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File aarch64-suse-support.patch of Package llvm
Index: llvm/tools/clang/lib/Driver/ToolChains.cpp =================================================================== --- llvm.orig/tools/clang/lib/Driver/ToolChains.cpp +++ llvm/tools/clang/lib/Driver/ToolChains.cpp @@ -1110,8 +1110,9 @@ void Generic_GCC::GCCInstallationDetecto // Declare a bunch of static data sets that we'll select between below. These // are specifically designed to always refer to string literals to avoid any // lifetime or initialization issues. - static const char *const AArch64LibDirs[] = { "/lib" }; + static const char *const AArch64LibDirs[] = { "/lib64", "/lib" }; static const char *const AArch64Triples[] = { "aarch64-none-linux-gnu", + "aarch64-suse-linux", "aarch64-linux-gnu" }; static const char *const ARMLibDirs[] = { "/lib" };
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