NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55897 CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins



The following reply was made to PR port-arm/55897; it has been noted by GNATS.

From: "Rin Okuyama" <rin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55897 CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins
Date: Wed, 16 Jun 2021 05:05:49 +0000

 Module Name:	src
 Committed By:	rin
 Date:		Wed Jun 16 05:05:49 UTC 2021
 
 Modified Files:
 	src/sys/external/bsd/compiler_rt/dist/lib/builtins: int_lib.h
 
 Log Message:
 PR port-arm/55897
 
 Cherry-pick upstream commit llvm-svn: 298974 for lib/builtins/int_lib.h.
 
 https://github.com/llvm/llvm-project/commit/d8ca74176e25bd4080ee81982819e2ef7a36553f#diff-549f1733063df365663fe375f336034e33e16d6bf2826cd4f966045aeb136007
 ----
 [Builtin] Unxfail tests for armhf
 
 Summary:
 Originally, a few tests fail for armhf target due to:
 1) COMPILER_RT_ARMHF_TARGET was not set when building the lib
 2) COMPILER_RT_ABI should not be defined as `__attribute__((pcs("aapcs")))` for armhf when building for both lib and tests
 
 This address https://bugs.llvm.org//show_bug.cgi?id=32261
 
 mulsc3_test.c is a newly exposed issue, which will be addressed separately.
 
 Reviewers: rengolin, compnerd
 
 Reviewed By: compnerd
 
 Subscribers: aemerson, llvm-commits, mgorny
 
 Differential Revision: https://reviews.llvm.org/D31448
 
 llvm-svn: 298974
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 \
     src/sys/external/bsd/compiler_rt/dist/lib/builtins/int_lib.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index