Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] build failure: ocamlopt: unknown option `-g'"
2007 Dec 25
0
[LLVMdev] build failure: ocamlopt: unknown option `-g'
DOn 2007-12-24, at 01:29, Ted Kremenek wrote:
> I am at revision 45341, and I am getting a build failure on Leopard
> involving an unknown option to the ocaml compiler:
>
> llvm[3]: Compiling optimized llvm.ml for Debug build
> /opt/fink/bin/ocamlopt: unknown option `-g'.
> Usage: ocamlopt <options> <files>
> ...
>
>
> My ocaml binaries are compiled
2010 Nov 09
1
[LLVMdev] uninitialized value warnings: LLVMParser.cpp
These warnings started appearing recently when building LLVM:
llvm[2]: Compiling LLParser.cpp for Release build
/Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp: In member function ‘bool llvm::LLParser::ParseBr(llvm::Instruction*&, llvm::LLParser::PerFunctionState&)’:
/Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp:3195: warning: ‘Op1’ may be used uninitialized in
2009 Feb 12
1
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Thu, Feb 12, 2009 at 4:47 AM, Ted Kremenek <kremenek at apple.com> wrote:
> On Feb 11, 2009, at 8:14 PM, Ben Laurie wrote:
>
>> On Wed, Feb 11, 2009 at 8:24 PM, Ted Kremenek <kremenek at apple.com> wrote:
>>>
>>> Actually, neither of these methods are needed for ImmutableSet.
>>> ImmutableSet already has an 'isEmpty()' method and I have
2009 Feb 12
2
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Wed, Feb 11, 2009 at 8:24 PM, Ted Kremenek <kremenek at apple.com> wrote:
> Actually, neither of these methods are needed for ImmutableSet.
> ImmutableSet already has an 'isEmpty()' method and I have never really seen
> a case where "size()" needs to be explicitly calculated. If you need size()
> itself, however, this seems like a perfectly valid addition.
2009 Feb 12
0
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Feb 11, 2009, at 8:14 PM, Ben Laurie wrote:
> On Wed, Feb 11, 2009 at 8:24 PM, Ted Kremenek <kremenek at apple.com>
> wrote:
>> Actually, neither of these methods are needed for ImmutableSet.
>> ImmutableSet already has an 'isEmpty()' method and I have never
>> really seen
>> a case where "size()" needs to be explicitly calculated. If
2014 Feb 22
2
[LLVMdev] llvm.org/perf error 500
Hi Chris,
llvm.org/perf gives again error 500s. I remember you had a look the last
time. Would you mind looking again?
Also, is there something which we could do to make LNT more robust. Do
you have an idea what the last issue was about?
Thanks,
Tobias
-------- Original Message --------
Subject: buildbot failure in LLVM on polly-perf-O3-polly-scev-codegen-isl
Date: Fri, 21 Feb 2014 17:08:44
2008 May 18
3
[LLVMdev] VS build is broken again
If you look at an .sln file, there's a long sequence of digits
associated with every project, something like this
8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942. For the lack of a better word I
called it "encoding". After I changed the dependencies between
projects in the solution, msvs replaced those numeric sequences by new
ones literally for every project in the solution file. The diff now
2015 Aug 18
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
I am not certain, but I know one person to ask. I sent them an email off list and will follow up shortly.
> On Aug 18, 2015, at 7:32 AM, deus ex <deusex12345678 at gmail.com> wrote:
>
> Hello,
>
> someone has an idea where I could get the other .svg LLVM Logo derivates? That would be great :)
>
> Thanks in advance.
>
> greetings,
>
> dex
>
>
2008 May 19
0
[LLVMdev] VS build is broken again
Hi Dmitri,
I know what you are saying, but in the end I think we are lucky if
diffs against project files have any meaningful information. Nobody
right now assumes responsibility for regularly updating the VS files,
so we routinely get patches from different people when they decide to
upgrade the project files, and these patches change the .sln files in
arbitrary ways.
If you have
2014 Mar 11
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
On Fri, Feb 28, Richard W.M. Jones wrote:
> I can't test if it will specifically break this because I don't have
> access to any machines that don't have ocamlopt, but it's something to
> watch out for.
>
> In any case, I have pushed this since it works fine for me.
Any chance this can be backported to 1.24?
Olaf
2014 Mar 22
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones:
>> I think that an extra target (mlguestfs.cmxa: mlguestfs.cma) would make
>> the .NOTPARALLEL unnecessary.
>
> Right, I remember this was a problem now.
>
> It was fixed by:
>
> https://github.com/libguestfs/libguestfs/commit/dce94f3e266ed3f1fc634a1ef6953f2db1510963
>
> Do you think we could re-add the stamp-file / touch $@ ?
Sure, it
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Thank you very much, this one I found I meant the other logos.
Unfortunately there is no link to the other logos .svg or .ai format. Do
you have a clue or how I could contact the creator of this logo?
Thanks again for your patience.
greetings,
dex
2015-08-15 0:27 GMT+02:00 Ted Kremenek <kremenek at apple.com>:
> There is a link to the Adobe Illustrator Version at the bottom of the
2014 Mar 22
2
Re: [PATCH] Fix building on architectures where ocamlopt is not available
* Richard W.M. Jones:
> On Fri, Feb 28, 2014 at 02:35:56PM +0100, Hilko Bengen wrote:
>> diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
>> index 5dd2c9b..708b2e7 100644
>> --- a/ocaml/Makefile.am
>> +++ b/ocaml/Makefile.am
> [...]
>> +# Tell version 3.79 and up of GNU make to not build goals in this
>> +# directory in parallel.
>> +.NOTPARALLEL:
2014 Jun 11
7
[LLVMdev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
On Jun 10, 2014, at 5:36 PM, C. Bergström <cbergstrom at pathscale.com> wrote:
> On 06/11/14 06:58 AM, Ted Kremenek wrote:
>> ** NOTE: This is a compiler job announcement. **
>>
>> The Apple Source Languages team is looking for exceptional engineers to work on the Swift programming language:
> Maybe this has been asked already and I missed it - Will Swift be open
2008 May 18
2
[LLVMdev] VS build is broken again
Ted,
Thanks for taking care of this. I found that in order to build clang
(in addition to the vcproj changes I posted earlier today) I had to add
a dependency such that the clangDriver project depends on the CodeGen
(basically the CodeGen checkbox has to be checked in the list of the
clangDriver's dependencies). This in effect adds codegen.lib to the
list of libraries linked into clang.exe
2009 Feb 11
0
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
Actually, neither of these methods are needed for ImmutableSet.
ImmutableSet already has an 'isEmpty()' method and I have never really
seen a case where "size()" needs to be explicitly calculated. If you
need size() itself, however, this seems like a perfectly valid addition.
On Feb 11, 2009, at 10:57 AM, Ted Kremenek wrote:
>
> On Feb 11, 2009, at 10:54 AM, Bill
2014 Feb 28
6
[PATCH] Fix building on architectures where ocamlopt is not available
---
builder/Makefile.am | 18 +++++++++++++-
configure.ac | 2 ++
mllib/Makefile.am | 60 +++++++++++++++++++++++++++++++---------------
ocaml/Makefile.am | 28 +++++++++++++++-------
ocaml/examples/Makefile.am | 13 ++++++++++
resize/Makefile.am | 18 +++++++++++++-
sparsify/Makefile.am | 18 +++++++++++++-
sysprep/Makefile.am | 18
2008 Jan 23
1
[LLVMdev] Walking all the predecessors for a basic block
Hi,
Well, yes i did try your suggestion but i keep on running into a
compilation problem.
The error is:
llvm[0]: Compiling Hello.cpp for Release build (PIC)
/home/saraswat/llvm/llvm-2.1/include/llvm/ADT/GraphTraits.h: In
instantiation of
`llvm::GraphTraits<llvm::ilist_iterator<llvm::BasicBlock> >':
Hello.cpp:59: instantiated from here
2008 Sep 09
2
[LLVMdev] xcodebuild and LLVM
Dear Ted and All,
Thanks. This has helped some. However, I'm now getting errors from
libtool about an object being modified after free.
Is libtool supposed to work with LLVM bitcode files? If so, would
grabbing the latest source potentially fix the problem (I'm currently
using XCode 3.1), or will I need a way to convince xcodebuild to use
something other than libtool?
-- John T.
2012 Jul 25
5
problem with machine "freezing" for short periods
I have two HP dc7800 convertible minitowers that are exhibiting the
following issue: every 5-10 minutes, they will "freeze" for about 30
seconds, and then pick right back up again. During the freeze, it seems
that nothing at all happens on the system; the clock doesn't even advance
(it just picks up again with the next second, and that 30-or-so seconds
are lost).
I've tried both