Displaying 20 results from an estimated 1100 matches similar to: "[LLVMdev] Hi"
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
I'm getting an error when trying to build llvm 2.2's tblgen:
llvm[2]: Linking Release executable tblgen (without symbols)
/usr/bin/ld: Undefined symbols:
llvm::MemoryBuffer::getFileOrSTDIN(char const*, unsigned int,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>*, long long)
llvm::cl::ParseCommandLineOptions(int, char**, char const*)
It's
2017 Jan 25
2
LLVM 3.9.1 build race?
Hi Folks,
I am building LLVM 3.9.1 using the Yocto build system for a cross build. The compiled bins/libs work totally fine on the target machine however there seems to be an intermittent race condition during the build which causes a build failure. On the failed builds I usually see things being linking/compiling twice e.g.
Linking CXX static library ../libLLVMSupport.a
cd
2004 Sep 25
1
[LLVMdev] Code to be moved to the specific platform in lib/System?
Hi
I'm compiling: llvm/lib/Support/SystemUtils.cpp on MinGW. However, it stops
complaining about these errors:
--------------------------
C:/MinGW/msys/local/src/llvm/lib/Support/SystemUtils.cpp: In function `bool
llvm::isExecutableFile(const std::string&)':
C:/MinGW/msys/local/src/llvm/lib/Support/SystemUtils.cpp:44: error: `getuid'
undeclared (first use this function)
2007 Jun 16
3
[LLVMdev] OS Development
Hi,
I'm interested in developing a 64-bit operating system to run inside a
version of BOCHS compiled with x86-64 support enabled
(bochs-2.2.6-x86-64.exe) that I found on the web.
Can I use LLVM as a GCC replacement for OS development? I need to
generate 64-bit x86-64 assembly language output which I can then
assemble with the normal 'as' and link via 'ld' commands.
How do
2011 Feb 11
0
[LLVMdev] Compiler error when self-hosting
I've hit this weird compiler error when building llvm/clang
$ clang --version
clang version 2.9 (trunk 125254)
Target: x86_64-apple-darwin10
Thread model: posix
Source rev is 125326
$ make
llvm[1]: Compiling APFloat.cpp for Release build
llvm[1]: Compiling APInt.cpp for Release build
llvm[1]: Compiling APSInt.cpp for Release build
llvm[1]: Compiling Allocator.cpp for Release build
llvm[1]:
2007 Nov 30
0
[LLVMdev] GC patches again
>> Attached. This makes the last change set compatible with the new
>> hand-written lexer—a whole one line change!
>>
>> See the readme file in the zip archive.
Hi Gordon, here's some feedback:
include/llvm/Support/StringPool.h (+124)
lib/Support/StringPool.cpp (+52)
A reference-counted string interning facility. Will be used by the
next patch.
This
2017 May 29
3
Should we split llvm Support and ADT?
2017-05-29 9:25 GMT-07:00 Zachary Turner <zturner at google.com>:
> On Sun, May 28, 2017 at 8:54 PM Mehdi AMINI via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> 2017-05-26 17:47 GMT-07:00 Zachary Turner via llvm-dev <
>> llvm-dev at lists.llvm.org>:
>>
>>> Changing a header file somewhere and having to spend 10 minutes waiting
2017 May 29
3
Should we split llvm Support and ADT?
On Mon, May 29, 2017 at 9:25 AM Zachary Turner via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Sun, May 28, 2017 at 8:54 PM Mehdi AMINI via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> 2017-05-26 17:47 GMT-07:00 Zachary Turner via llvm-dev <
>> llvm-dev at lists.llvm.org>:
>>
>>> Changing a header file somewhere and having to
2008 Oct 23
8
Having problems with World of warcraft
Well... THANKS to wine developers!! Never thought i could play WOW on salckware!
Actually it's running a LOT smoother on wine as it did on xp.
However the only problemn is that the cursor can't reach the far bottom on the screen where my bar is. So i can't put my spells in the quick slots. Any suggestions about it? Is there someway to solve this minor issue?
2006 May 25
1
prototype Ajax.Request
Hi, I''m using like this
var pars = ''table=''+this.config[''table'']+''&op=update&id=''+id;
new Ajax.Request(
this.config[''url''],
{
method: ''get'',
parameters: pars,
2008 Jul 28
1
[LLVMdev] Problem
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote:
> Yes I am running Vista. I tried running the program as an Administrator
> but I get the same error. What is a valid -mtune argument I can try?
generic *is* a valid value for mtune; however, it's was added to gcc
relatively recently. This is only a rough guess, but the most likely
issue is that
2008 Jul 28
0
[LLVMdev] Problem
Yes I am running Vista. I tried running the program as an Administrator
but I get the same error. What is a valid -mtune argument I can try?
Thanks,
Willow
Anton Korobeynikov wrote:
> Hello, Willow
>
>
>> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a
>> a.c:1: error: bad value (generic) for -mtune= switch
>>
> Something is
2011 Nov 02
1
[LLVMdev] supporting dwarf relocations
In ELF .o files with debug info, there are relocations applied to the DWARF
sections. For example, when emitting offsets into the stringpool, we emit a
relocation.
How should we support this? llvm-dwarfdump currently works by finding the
relevant dwarf sections and passing them in to lib/DebugInfo. The
relocations can be iterated over in lib/Object using the
relocation_iterator.
Should dwarfdump
2007 May 17
1
GUI: Not Found. Move along
Hi there,
I just installed the GUI for Asterisk 1.4.4 and correctly set my
settings but when I use my browser to access it, it gives me an error
saying "Not Found. Nothing to see here, move along" with "asterisk" in
the header and footer...
anyone had this problemn before?
greetz
2012 Aug 21
1
R CMD build error with data files
Dear list,
I want to update my prabclus package which I haven't done for quite a
while.
In the previous version, I had .dat files in my data subdirectory, which I
read using .R files. Now R CMD check gives me a warning that .dat files
are no longer accepted there.
So I changed my filenames to .txt, but actually some of these files are
only there in order to be read by .R, not in order
2007 Jun 16
0
[LLVMdev] OS Development
On Fri, 15 Jun 2007, Willow Schlanger wrote:
> I'm interested in developing a 64-bit operating system to run inside a
> version of BOCHS compiled with x86-64 support enabled
> (bochs-2.2.6-x86-64.exe) that I found on the web.
>
> Can I use LLVM as a GCC replacement for OS development? I need to
> generate 64-bit x86-64 assembly language output which I can then
> assemble
2004 Oct 13
0
Re: Wine and Tapi32
On Wed, 13 Oct 2004 08:23:21 +0000, you wrote:
> Hi,
>
> I don't know if you can help but your e-mail address came up in a search for
> answers to a problemn I am having with Wine.
>
> I am using Suse9.1 and the latest release of wine. I am trying to run a
> program called Time&Chaos version 6 (demo available from
> www.chaossoftware.com).
>
> It installs
2008 Jul 27
1
[LLVMdev] Hi
Hello, Willow
> Hello, I want to use LLVM to develop a 64-bit operating system (64-bit
> Win64 DLL targets) on a 32-bit Windows host. Is this possible?
In general - yes, however inw64 codegeneration is work-in-progress and there are some
issues with it.
> `/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/
> tblgen.exe', needed by
How you're configuring?
> of running the DLLs
2008 Jul 27
0
[LLVMdev] Hi
Hello, Willow
> I just tried ./configure and make install. Configure works file, make
> install leads to the above error.
Sorry, no idea. Actually, never seen this before. You might try these instructions, they worked
perfectly: http://blogs.tedneward.com/2008/02/24/Building+LLVM+On+Windows+Using+MinGW32.asp
x
PS: And I suggest not to use vista as host system.
--
WBR, Anton Korobeynikov
2010 Jun 12
1
Problem launching Cursed mountain
Hello
I installed the game "Cursed Mountain", with no problems, at the end of the installation it asked for launching the game, and the game ran successfully. Later I wanted to launch it again, but now it gets stuck after the logo intro.
The terminal output is:
Code:
---------------------------------------------------
KTM
---------------------------------------------------
Version: