Displaying 20 results from an estimated 10000 matches similar to: "LLVM pre-built installer package for windows"
2018 Jan 13
2
Pre-built binaries unavailable?
On 2018-01-10 17:26, Hans Wennborg via llvm-dev wrote:
> Strange. Some of the files work for me, and some get the error message
> you showed.
I had a problem with the following files seven hours ago when my build
failed.
http://releases.llvm.org/3.9.0/clang+llvm-3.9.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
http://releases.llvm.org/3.9.1/clang+llvm-3.9.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz
2018 Jan 10
0
Pre-built binaries unavailable?
Strange. Some of the files work for me, and some get the error message
you showed.
Looking at the server response headers, some of my requests were cache
hits on the CDN, and some were not, so it appears the origin server is
not dead.
Anton or Tanya, apparently the First Byte Timeout is something that
can be configured in Fastly (Origins, Hosts, Advanced Options).
Perhaps it needs to be
2018 Jan 09
2
Pre-built binaries unavailable?
Hi LLVM admin team,
I'm trying to download the pre-built binaries from:
http://releases.llvm.org/5.0.1/clang+llvm-5.0.1-x86_64-
linux-gnu-ubuntu-16.04.tar.xz
But unfortunately get the following error:
Error 503 first byte timeout
first byte timeout
Guru Mediation:
Details: cache-lcy19227-LCY 1515490182 1947665089
------------------------------
Varnish cache server
Do you maybe happen to
2016 Mar 16
3
IRBuilder Assignment ( '=' ) operator?
However I need the standard assignment operator so I can assign the value of a temporary to that of another temporary, or to create a new temporary from an existing one.
- Paul
________________________________________
From: Tim Northover <t.p.northover at gmail.com>
Sent: 16 March 2016 13:11
To: Paul Hancock
Cc: llvm-dev at lists.llvm.org
Subject: Re: [llvm-dev] IRBuilder Assignment (
2016 Mar 16
3
IRBuilder Assignment ( '=' ) operator?
I partially worked out that to do an assign I will need to manually assign a temporary first and then load data into it, which also means I'll need to set up a temporaries list in my code assembler as allocations must be done before anything else? or is it fine to allocate a variable mid-way through a function and the compiler will manage it?
With that as well, if I had a function that loads
2003 Nov 13
2
Apache leaks sensitive info in PHP phpinfo() calls
Hi,
I wanted to get some opinions on this subject before I submit a PR about
it. I don't know if there are any pitfalls with the 'fix' I suggested
and though it best to run it past people here before submitting. If
there's a better place to post this please let me know (freebsd-ports?).
The send-pr output I was about to send explains everything so I'll just
paste it here:
2017 Mar 28
2
Pre-built binary LLVM 3.9.1 for Ubuntu 14.04 is missing
Hi, I'm Ryo Ota.
According to http://releases.llvm.org/download.html,
Pre-built binary LLVM 3.9.1 for Ubuntu 14.04 is missing. In other
versions(=4.0.0, 3.9.0, 3.8.1,...), pre-built binaries for Ubuntu 14.04 are
available.
I was wondering if someone would make pre-built binary of 3.9.1 for Ubuntu
14.04.
Sincerely,
Ryo
-------------- next part --------------
An HTML attachment was
2016 Mar 09
3
LLVM Fatal Error Handling
Now, at least in release 3.7.1, on an encounter with a fatal error at the time of compiling a module it will call an installed handler function and allow the application to log the error etc. However once said handler returns LLVM will force an exit of 0x1, something that I cant allow to ever occur, but according to the ErrorHandling header I cant safely throw an exception to back out of the error
2017 May 08
2
CrashRecoveryContext::getBacktrace
Where did getBacktrace go? I cant find any changes about it except for it simply disappearing after I updated from 3.8 to 4.0...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170508/6ca7bce9/attachment.html>
2016 Mar 16
2
IRBuilder Assignment ( '=' ) operator?
In my code assembly system I have the various LH-RH operators, ADD, ADDF, SUB, etc, using CreateAdd, CreateFAdd, etc, however I cant seem to locate the correct function/s for the assignment operator.
What's the correct function/s in the IRBuilder for assigning a value?
- Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jan 06
5
Logging user activities
Hello,
What do you recommend for keeping track of user
activities? For preserving bash histories I followed
these recommendations:
http://www.defcon1.org/secure-command.html
They include using 'chflags sappnd .bash_history',
enabling process accounting, and the like.
My goal is to "watch the watchers," i.e. watch for
abuse of power by SOC people with the ability to view
2016 Aug 15
3
LLVM libraries and custom assertions.
Is there a simple method for compiling a custom assertion header/call into all the LLVM libraries? I want my application to be able to handle any thrown assertions (ie; as an exception) and recover or crash gracefully. I already have a custom header in place in the application's source, however this doesn't have an effect on [most of] the already compiled lib's.
-------------- next
2018 Jan 13
0
Pre-built binaries unavailable?
Jacob,
We believe the issue is fixed now. Could you please confirm?
On Sat, Jan 13, 2018 at 11:41 AM, Jacob Carlborg via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On 2018-01-10 17:26, Hans Wennborg via llvm-dev wrote:
>>
>> Strange. Some of the files work for me, and some get the error message
>> you showed.
>
>
> I had a problem with the following files
2010 Sep 22
6
[LLVMdev] Stack roots and function parameters
On Tue, Sep 21, 2010 at 8:20 PM, Talin <viridia at gmail.com> wrote:
> On Mon, Sep 20, 2010 at 3:16 PM, Talin <viridia at gmail.com> wrote:
>>
>> So I've managed to get my stack crawler working and passing its unit tests
>> - this is the one I've been working on as an alternative to shadow-stack: it
>> uses only static constant data structures (no
2004 Jan 09
1
Problem with DNS (UDP) queries
Hi all
I am trying to get rid of strings:
kernel: Connection attempt to UDP FREEBSD_IP:port from DNSSERVER_IP:53
on my console and in log file
I understand that those are replies on DNS queries that for some reason
took too long time to be answered.
I do not want to turn off the "log in vain" feature.
As these strings fill up my log I am afraid to miss some sensitive
messages (e.g.
2010 Sep 22
0
[LLVMdev] Stack roots and function parameters
On Wed, Sep 22, 2010 at 5:58 AM, Kenneth Uildriks <kennethuil at gmail.com>wrote:
> On Tue, Sep 21, 2010 at 8:20 PM, Talin <viridia at gmail.com> wrote:
> > On Mon, Sep 20, 2010 at 3:16 PM, Talin <viridia at gmail.com> wrote:
> >>
> >> So I've managed to get my stack crawler working and passing its unit
> tests
> >> - this is the one
2000 Mar 09
1
[Galen Hancock <galen@veribox.net>] Information leakage in sshd
Hi,
Thought I'd just forward this here, because I don't have time to look
into it right now, and am off skiing next week.
I'd guess that we should be checking for username = ``root'' before
going off to do password checks, and rejecting it on that basis first.
Cheers, Phil.
--
Mind-numbingly stupid UK law alert!
Act now to stop it! http://www.stand.org.uk/
--------------
2004 Jan 23
2
keyboard activity logging in FreeBSD
Hi,
I would like to log all keyboard activities in all ttys in my FreeBSD 5.2 box.
Is there anyway to do it? I read the watch man page and it seems like
I should run watch with tty as many times as number of ttys. Am I right?
Also is it possible to do the log in invisible way?
The main reason is to log all commands typed in shell and tty and send the
log to the remote server.
How can I
2011 Mar 11
2
Audio tracks and channels in OggFLAC
Hi all,
I'm getting mired in conflicting and dated information, so I think I
need to ask this of live humans... :-)
I'm essentially trying to create an Ogg file that works like DVD video does.
In particular, in addition to the Theora video stream, there will be
multiple audio "tracks" (By "track", I mean a collection of channels
to be played all at once, but only one
2005 Dec 01
3
Samba And Fedora Directory Server
Just curious, is anyone running Samba 3.x.x with LDAP using the
Fedora/Redhat Directory server as the LDAP backend?
--
Eric Feldhusen
System Administrator http://www.remc1.org
PO Box 270 (906) 482-4520 x239
809 Hecla St (906) 482-5031 fax
Hancock, MI 49930 (906) 370 6202 mobile