Displaying 20 results from an estimated 100 matches similar to: "[LLVMdev] Claang bug"
2012 Jan 21
0
[LLVMdev] Claang bug
Hi Artyom, please open a bugreport as suggested by clang:
... snipped ...
> clang: note: diagnostic msg: Please submit a bug report to http://llvm.org/bugs/
> and include command line arguments and all diagnostic information.
> clang: note: diagnostic msg: Preprocessed source(s) are located at:
> clang: note: diagnostic msg: /tmp/sqlite3-8WsrrL.i
Ciao, Duncan.
2012 Jan 21
1
[LLVMdev] Claang bug
Hi, i have this problem
llvm/Support/Casting.h:50:12: error: type 'unsigned long' cannot be used prior to '::' because it has no members
return To::classof(&Val);
warning: implicit conversion from 'long' to 'uint64_t'
????
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Oct 19
0
[LLVMdev] llvm_cross_compile
Please include the mailing list on replies.
It looks like you're running configure directly in the LLVM source directory(?) I'm not sure if that works for cross builds like this. Try a separate build directory and see if that helps.
-Jim
On Oct 19, 2011, at 10:57 AM, Artyom Baloyan wrote:
> hi
> thank you, but i have this problem
>
> artyom at splab:~/llvm/llvm-2.7$ sudo
2016 Jan 07
2
Diff to add ARMv6L to Target parser
Oops, I neglected to reply-all….
The current stable branch at github still has it:
https://github.com/apple/swift-llvm/blob/stable/include/llvm/Support/ARMTargetParser.def#L106 <https://github.com/apple/swift-llvm/blob/stable/include/llvm/Support/ARMTargetParser.def#L106>
Should I get the head of the non-swift repository and generate a new diff?
Also, I suspect that it’s not a good idea
2009 Mar 19
0
plz add support of APC sc1500i by NUT
thanks for these info.
2009/3/19 Artyom Mikhailov <artyom.mikhailov at gmail.com>
> Hi there,
>
> Great project you have - NUT, thx for the development!
> I just thought it might be usefull to let you know that APC SC1500I ups can
> be found supported by NUT.
> I used the following settings:
> [sc1500i]
> driver = apcsmart
> port = /dev/ttyUSB0
2016 Jan 08
2
Diff to add ARMv6L to Target parser
Thanks for the clarifications, Bob!
I’ve spent some time with the head of the llvm.org repo, and I now understand a lot better what Renato and Tim were talking about re. the architecture aliases. The patch to add v6l, therefore, seems simple enough. I haven’t been able to test it in my usual flow, because that involves the whole swift stack. I’m considering creating a program that links to
2016 Oct 17
3
Is GCC 4.7 still supported?
Thank you very much for the references, we've missed this discussion from last week.
Seeing that the RFC hasn’t got any new responses since Wed 12th, is now the time to declare that the community has accepted the proposal, and to update the docs?
Or is there any formal deadline for objections to be raised?
-----Original Message-----
From: meinersbur at googlemail.com [mailto:meinersbur at
2018 Aug 16
2
M68K codegen target
Hi Anton,
Thanks for the tip. I’ve moved some common code from the patch:
https://reviews.llvm.org/D50784 <https://reviews.llvm.org/D50784>
https://reviews.llvm.org/D50856 <https://reviews.llvm.org/D50856>
https://reviews.llvm.org/D50858 <https://reviews.llvm.org/D50858>
but the backend itself is still quite large. Anything more I can do to simplify reviewing?
> On 15 Aug
2000 Mar 15
0
Domain Names Registration Problems
Hi!
Recently I have installed Samba 2.0.5a on SCO OpenServer 5.0.2c with
numerous patches. And now have upgraded to 2.0.6. But problem remains.
I have OS/2 Warp Servers and several subnetworks with routers and
I try to use samba for access UNIX files and name resolution ( w/WINS) .
It works. But domain names registers in wins.dat with ip-address
255.255.255.255 instead of domain controller
2006 Jun 21
1
Flac metadata feature
I found a "feature" or a bug in metaflac (and possibly libflac) metadata
handling.
If you try to add some tags to file, and padding field is not big enough,
padding size doesn't get increased automaticly, so you receive an error
about corrupted file (tried both with foobar2k and metaflac).
But if you previously add more padding with "--add-padding=", everything
goes
2015 Oct 01
3
Fwd: buildbot failure in LLVM on sanitizer-x86_64-linux-bootstrap
This buildbot seems to have been failing for a while (though it's hard for
me to identify the root cause in the logs, as I mentioned in another
thread, so it's hard to say if it's the same failure, or if the failure is
consistent, etc) - anyone watching it/caring aobut it?
---------- Forwarded message ----------
From: <llvm.buildmaster at lab.llvm.org>
Date: Wed, Sep 30, 2015 at
2018 Aug 14
2
M68K codegen target
Hello friends,
A couple years back I’ve started a M68K codegen port of LLVM, and then suspended it for the lack of free time. Now I finally got some time and willing to continue working on it. To keep up with LLVM changes I'd like to merge it upstream.
There is already patch for it: https://reviews.llvm.org/D50314 <https://reviews.llvm.org/D50314>, but then I was reminded that adding
2003 Nov 21
1
Printing to Intel InBusiness Print Station from SAMBA
Hi, all!
Does any body use this print station?
I try print via smbspool or smbclient and every time
I got "access denyed" error.
# smbspool smb://ps786fba/Printer1 101 artem Test 1 - test.txt
ERROR: ERRSRV - ERRaccess opening remote file Test
#
PIGGY$ smbclient //ps786fba/Printer1 -P
added interface ip=192.168.9.250 bcast=192.168.9.255 nmask=255.255.255.0
Got a positive name query
2011 May 30
1
Samba and non-ASCII host names
Hi all.
I work in LAN with bunch of windows 7 computers with Russian
localization which has bad habit to put international symbols
(cyrillic symbols in my case) into host name upon installing. I can't
force people to change host names on their computers so I trying to
manage myself. I found some options to manipulate character conversion
and added to config next lines:
dos charset = CP866
2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with
Unicode Byte Order Marks (BOM)?
In command:
metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue"
--set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac
If "CDImage.cue" contains Unicode characters, most text editors append BOM
at the 1st line of this file.
And metaflac does not
2020 Mar 24
3
Bountysource campaign for the M68000 backend
Hello!
Almost two years ago, Artyom Goncharov submitted an initial effort for a
backend for the Motorola 68000 architecture [1] which was eventually
not merged, unfortunately. I elaborated why I supported the idea of
such a backend [2].
Recently, we started a fundraising campaign on the platform Bountysource.com
to port the M68K backend in GCC to the new MODE_CC register representation
which was
2017 May 18
0
can't do dhcp + samba + bind work together
On Wed, 17 May 2017 21:12:56 -0700 (PDT)
artyom via samba <samba at lists.samba.org> wrote:
> Samba - General mailing list wrote
> > On Wed, 17 May 2017 04:26:16 -0700 (PDT)
> > artyom via samba <
>
> > samba at .samba
>
> > > wrote:
> >
> >> I use official manual from wiki.samba.org for install samba 4.6.3
> >> (from
2016 Jan 05
2
Diff to add ARMv6L to Target parser
Hi,
IMO we should support this, even though if given the option I'd have asked
the linux guys not to invent a new triple. It's in linux now, and `uname
-a` is a very standard way of obtaining the host's triple.
James
On Tue, 5 Jan 2016 at 08:34 Tim Northover via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On 4 January 2016 at 14:42, Artyom Skrobov via llvm-dev
>
2014 May 26
2
[LLVMdev] Guidance on using pointers vs. references for function arguments
On May 15, 2014, at 3:22 AM, Artyom Skrobov <Artyom.Skrobov at arm.com> wrote:
> Hello,
>
> Carrying on this conversation from llvm-commits:
>
>>>>> Would it be reasonable if we name both SwapByteOrder() -- it's
> difficult
>>>>> to describe their purpose in any other way -- and make the in-place
>>>>> function take a
2012 Apr 18
7
Puppet agent hostname/domain change
Hi Everybody,
I have a puppet setup working, but run into issue, which couldn''t figure
out how to solve.
Say I have puppet agent generated certificate and signed it on puppet
master. If somehow puppet agent''s hostname has been changed it will stop
communication with puppet master. I would like to know if there is a way to
be able to change hostname of puppet agent, without