Module Name:src
Committed By: mrg
Date: Tue Jul 2 21:56:00 UTC 2024
Modified Files:
src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen: Makefile
Log Message:
arm64 GCC 12.4 complains about SILateBranchLowering.cpp.
turn off stringop-overread warning for GCC.
To generat
Module Name:src
Committed By: mrg
Date: Tue Jul 2 21:56:00 UTC 2024
Modified Files:
src/external/apache2/llvm/lib/libLLVMAMDGPUCodeGen: Makefile
Log Message:
arm64 GCC 12.4 complains about SILateBranchLowering.cpp.
turn off stringop-overread warning for GCC.
To generat
Module Name:src
Committed By: mrg
Date: Sun Jun 30 20:40:04 UTC 2024
Modified Files:
src/external/apache2/llvm/lib/libLLVMCodeGen: Makefile
Log Message:
apply some -Wno-stringop-overread to fix build with GCC 12.4.0.
this warning-as-error happens with MachineDominators.cp
Module Name:src
Committed By: mrg
Date: Sun Jun 30 20:40:04 UTC 2024
Modified Files:
src/external/apache2/llvm/lib/libLLVMCodeGen: Makefile
Log Message:
apply some -Wno-stringop-overread to fix build with GCC 12.4.0.
this warning-as-error happens with MachineDominators.cp
Module Name:src
Committed By: mrg
Date: Thu Jun 20 04:13:35 UTC 2024
Modified Files:
src/external/apache2/llvm/lib: Makefile.inc
src/external/apache2/llvm/lib/libclangSema: Makefile
Log Message:
fix building llvm with GCC 12 as a native host.
there's a specific he
Module Name:src
Committed By: mrg
Date: Thu Jun 20 04:13:35 UTC 2024
Modified Files:
src/external/apache2/llvm/lib: Makefile.inc
src/external/apache2/llvm/lib/libclangSema: Makefile
Log Message:
fix building llvm with GCC 12 as a native host.
there's a specific he
Module Name:src
Committed By: rjs
Date: Sat Jul 15 21:14:01 UTC 2023
Modified Files:
src/external/apache2/llvm/librt: Makefile
Added Files:
src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler: Makefile
Log Message:
Add AMDGPUDisassembler to LLVM runtime.
To
Module Name:src
Committed By: rjs
Date: Sat Jul 15 21:14:01 UTC 2023
Modified Files:
src/external/apache2/llvm/librt: Makefile
Added Files:
src/external/apache2/llvm/librt/libLLVMAMDGPUDisassembler: Makefile
Log Message:
Add AMDGPUDisassembler to LLVM runtime.
To
Module Name:src
Committed By: lukem
Date: Sun Jun 4 17:48:05 UTC 2023
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
llvm tool build: fix warning
-std=c++14 is for HOST_CXXFLAGS not HOST_CPPFLAGS.
Fixes: cc1: warning: command-line option '-std=c++1
Module Name:src
Committed By: lukem
Date: Sun Jun 4 17:48:05 UTC 2023
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
llvm tool build: fix warning
-std=c++14 is for HOST_CXXFLAGS not HOST_CPPFLAGS.
Fixes: cc1: warning: command-line option '-std=c++1
Am Tue, Mar 01, 2022 at 10:17:18AM +1100 schrieb matthew green:
> "Joerg Sonnenberger" writes:
> > Module Name:src
> > Committed By: joerg
> > Date: Mon Feb 28 16:30:10 UTC 2022
> >
> > Modified Files:
> > src/external/apache2/llvm: Makefile.inc
> >
> > Log Message:
"Joerg Sonnenberger" writes:
> Module Name: src
> Committed By: joerg
> Date: Mon Feb 28 16:30:10 UTC 2022
>
> Modified Files:
> src/external/apache2/llvm: Makefile.inc
>
> Log Message:
> When MKDEBUG is use, build LLVM with -g1 to significantly reduce debug
> information. This still
Module Name:src
Committed By: joerg
Date: Mon Feb 28 16:30:10 UTC 2022
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
When MKDEBUG is use, build LLVM with -g1 to significantly reduce debug
information. This still includes types and line tables, but sk
Module Name:src
Committed By: joerg
Date: Mon Feb 28 16:30:10 UTC 2022
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
When MKDEBUG is use, build LLVM with -g1 to significantly reduce debug
information. This still includes types and line tables, but sk
On Fri, Feb 21, 2020 at 11:13:24AM +0100, Kamil Rytarowski wrote:
> On 21.02.2020 07:20, Martin Husemann wrote:
> > On Fri, Feb 21, 2020 at 03:01:45AM +0100, Kamil Rytarowski wrote:
> >> I consider calling ncurses-dev essential as a bug.
> >
> > My knee jerk reaction was: if a unix compiler needs
On Fri, Feb 21, 2020 at 11:13:24 +0100, Kamil Rytarowski wrote:
> This patch changes cryptic failure in linking to a verbose message:
>
> http://netbsd.org/~kamil/patch-00231-llvm-terminfo-tools.txt
>
> Does it look to commit?
The "devel library" is linux-specific terminology.
There's no need f
On 21.02.2020 07:20, Martin Husemann wrote:
> On Fri, Feb 21, 2020 at 03:01:45AM +0100, Kamil Rytarowski wrote:
>> I consider calling ncurses-dev essential as a bug.
>
> My knee jerk reaction was: if a unix compiler needs terminfo (especially
> when it only does that to create coloured unreadable
On 21.02.2020 09:17, Leonardo Taccari wrote:
> Kamil Rytarowski writes:
>> [...]
>> ./build.sh tools for LLVM is broken when host ships with no terminfo
>> devel libraries. I tried to disable this superfluous feature for tools
>> (for colors in a terminal), but it got reverted (breaking TNF rules)
Kamil Rytarowski writes:
> [...]
> ./build.sh tools for LLVM is broken when host ships with no terminfo
> devel libraries. I tried to disable this superfluous feature for tools
> (for colors in a terminal), but it got reverted (breaking TNF rules) here.
> [...]
Apart possible technical arguments,
On Fri, Feb 21, 2020 at 03:01:45AM +0100, Kamil Rytarowski wrote:
> I consider calling ncurses-dev essential as a bug.
My knee jerk reaction was: if a unix compiler needs terminfo (especially
when it only does that to create coloured unreadable messages) it needs
to be moved to pkgsrc. Same goes f
On 21.02.2020 02:47, Christos Zoulas wrote:
> So host needs to install terminfo-dev. How is that different from the host
> environment needing to provide other pieces of the development environment?
> For example if another tool needed openssl-dev, would we disable crypto? Or
> if it needed yacc
So host needs to install terminfo-dev. How is that different from the host
environment needing to provide other pieces of the development environment? For
example if another tool needed openssl-dev, would we disable crypto? Or if it
needed yacc/bison or autoconf/automake wouldn't we rather insta
On 21.02.2020 01:17, Christos Zoulas wrote:
> In article <5f8df6c1-bb25-f24a-27fc-b3a752a6d...@gmx.com>,
> Kamil Rytarowski wrote:
>
>> We don't have any direct reproducer (we tried) and we must figure it out
>>from syzkaller bot. We don't have access to the machine and a limited
>> access to an
In article <5f8df6c1-bb25-f24a-27fc-b3a752a6d...@gmx.com>,
Kamil Rytarowski wrote:
>We don't have any direct reproducer (we tried) and we must figure it out
>from syzkaller bot. We don't have access to the machine and a limited
>access to an admin over there (who has no expertise on BSDs). This
On Thu, Feb 20, 2020 at 00:09:28 +, Roy Marples wrote:
> On 19/02/2020 22:29, Kamil Rytarowski wrote:
> > Why do you need terminfo/termios in ./build.sh tools?
>
> We build the nbtic tool so we can build the terminfo database.
The database is not a problem. If we want to keep this code turn
On Thu, Feb 20, 2020 at 10:54:50 +0100, Kamil Rytarowski wrote:
> >> https://syzkaller.appspot.com/text?tag=CrashLog&x=11aafc09e0
> >
> > Yes and that is completely useless for figuring out the why.
>
> We don't have any direct reproducer (we tried) and we must figure it
> out from syzkaller
On 20.02.2020 01:09, Roy Marples wrote:
> On 19/02/2020 22:29, Kamil Rytarowski wrote:
>> Why do you need terminfo/termios in ./build.sh tools?
>
> We build the nbtic tool so we can build the terminfo database.
>
> Roy
I will try to have a look and switch to our internal terminfo.
signature.a
On 19.02.2020 23:50, Joerg Sonnenberger wrote:
> On Wed, Feb 19, 2020 at 11:29:09PM +0100, Kamil Rytarowski wrote:
>> On 19.02.2020 23:03, Joerg Sonnenberger wrote:
>>> On Wed, Feb 19, 2020 at 04:10:17PM +0100, Kamil Rytarowski wrote:
On 19.02.2020 14:32, Joerg Sonnenberger wrote:
> Module
On 19/02/2020 22:29, Kamil Rytarowski wrote:
Why do you need terminfo/termios in ./build.sh tools?
We build the nbtic tool so we can build the terminfo database.
Roy
On Wed, Feb 19, 2020 at 11:29:09PM +0100, Kamil Rytarowski wrote:
> On 19.02.2020 23:03, Joerg Sonnenberger wrote:
> > On Wed, Feb 19, 2020 at 04:10:17PM +0100, Kamil Rytarowski wrote:
> >> On 19.02.2020 14:32, Joerg Sonnenberger wrote:
> >>> Module Name: src
> >>> Committed By: joerg
> >>
On 19.02.2020 23:03, Joerg Sonnenberger wrote:
> On Wed, Feb 19, 2020 at 04:10:17PM +0100, Kamil Rytarowski wrote:
>> On 19.02.2020 14:32, Joerg Sonnenberger wrote:
>>> Module Name:src
>>> Committed By: joerg
>>> Date: Wed Feb 19 13:32:40 UTC 2020
>>>
>>> Modified Files:
On Wed, Feb 19, 2020 at 04:10:17PM +0100, Kamil Rytarowski wrote:
> On 19.02.2020 14:32, Joerg Sonnenberger wrote:
> > Module Name:src
> > Committed By: joerg
> > Date: Wed Feb 19 13:32:40 UTC 2020
> >
> > Modified Files:
> > src/external/apache2/llvm/config/llvm/Co
On 19.02.2020 14:32, Joerg Sonnenberger wrote:
> Module Name: src
> Committed By: joerg
> Date: Wed Feb 19 13:32:40 UTC 2020
>
> Modified Files:
> src/external/apache2/llvm/config/llvm/Config: config.h.in
>
> Log Message:
> Revert last. It was objected to pre-commit, there is no ac
On Fri, Nov 29, 2019 at 11:28:31AM +, m...@netbsd.org wrote:
> On Thu, Nov 28, 2019 at 11:01:22PM +, Joerg Sonnenberger wrote:
> > Log Message:
> > Use -fno-strict-aliasing unconditionally for the cross compiler.
>
> What's the context for that?
This was meant to be part of the earlier ch
On Thu, Nov 28, 2019 at 11:01:22PM +, Joerg Sonnenberger wrote:
> Log Message:
> Use -fno-strict-aliasing unconditionally for the cross compiler.
What's the context for that?
Thanks!
Module Name:src
Committed By: joerg
Date: Thu Nov 28 23:01:22 UTC 2019
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
Use -fno-strict-aliasing unconditionally for the cross compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/ex
Module Name:src
Committed By: joerg
Date: Thu Nov 28 23:01:22 UTC 2019
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
Use -fno-strict-aliasing unconditionally for the cross compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/ex
Module Name:src
Committed By: joerg
Date: Mon Nov 18 19:54:24 UTC 2019
Modified Files:
src/external/apache2/llvm: Makefile.inc
src/external/apache2/llvm/lib/libclangAST: Makefile
Log Message:
Use a big hammer and disabling strict aliasing for the tools build or
whe
Module Name:src
Committed By: joerg
Date: Mon Nov 18 19:54:24 UTC 2019
Modified Files:
src/external/apache2/llvm: Makefile.inc
src/external/apache2/llvm/lib/libclangAST: Makefile
Log Message:
Use a big hammer and disabling strict aliasing for the tools build or
whe
Module Name:src
Committed By: joerg
Date: Sat Nov 16 15:51:26 UTC 2019
Modified Files:
src/external/apache2/llvm/lib/libclangAST: Makefile
Log Message:
Build libclangAST with -O1 when the host compiler is GCC 7 to avoid
miscompiles.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: joerg
Date: Sat Nov 16 15:51:26 UTC 2019
Modified Files:
src/external/apache2/llvm/lib/libclangAST: Makefile
Log Message:
Build libclangAST with -O1 when the host compiler is GCC 7 to avoid
miscompiles.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Thu Nov 14 13:16:35 UTC 2019
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
For gcc < 9 disable stringop-overflow warnings - they are broken.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
Module Name:src
Committed By: martin
Date: Thu Nov 14 13:16:35 UTC 2019
Modified Files:
src/external/apache2/llvm: Makefile.inc
Log Message:
For gcc < 9 disable stringop-overflow warnings - they are broken.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/
43 matches
Mail list logo