Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] Build of latest llvm gives warning and error"
2011 Jul 24
0
[LLVMdev] Build of latest llvm gives warning and error
Hi Edward,
> Building of llvm with gcc-4.5.2-1 gives these warnings:
>
> 1) Building FileManagerTest
>
> "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build
> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:
> In member function 'virtual
>
2011 Jul 26
3
[LLVMdev] [PATCH][RFC] upgrade to googletest 1.6.0 (was Re: Build of latest llvm gives warning and error)
On 24 July 2011 10:59, Duncan Sands <baldrick at free.fr> wrote:
> Hi Edward,
>
>> Building of llvm with gcc-4.5.2-1 gives these warnings:
>>
>> 1) Building FileManagerTest
>>
>> "llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build
>> C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:
>> In
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 9:03 PM, Reid Kleckner via llvm-dev wrote:
> On Thu, Mar 30, 2017 at 5:57 PM, Edward Diener via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Actually just doing:
>
> clang++ -c t.cpp -o t.o --target=x86_64-windows-msvc -fmsc-version=1900
> clang++ t.o -o t.exe --target=x86_64-windows-msvc
2009 Aug 28
3
[LLVMdev] Regular Expression lib support
Nice!
This looks good to me but probably Chris or someone else should sign off on it.
There were two minor warnings on Darwin:
--
In file included from /Volumes/Data/Users/ddunbar/llvm/lib/Support/regexec.c:81:
/Volumes/Data/Users/ddunbar/llvm/lib/Support/regengine.inc: In
function 'sbackref':
/Volumes/Data/Users/ddunbar/llvm/lib/Support/regengine.inc:665:
warning: control reaches end of
2017 Mar 29
3
Invoking lld for PE/COFF (Windows) linking
I build llvm/clang/lld from source on Windows using mingw-64/gcc-6.3. I
use clang++ both to test clang targeting gcc and clang targeting VC++.
When using clang targeting VC++ I use the appropriate target triple when
compiling and am trying to use lld to link the object file(s) into an
exe. To do that I use the clang option "-fuse-ld=lld" when linking.
According to the llvm doc on
2005 Feb 02
0
ExtensionState problems using Manager.conf API
This is my first attempt to write software of any sort. What I am
trying to is to use a .php page to query asterisk Manager and get the
ExtensionState for each particular extension. Then when it has the
answer it outputs an XML file for use as the directory on a Cisco 7960
phone. What I am thinking is that when the user hits the directory
button to veiw the directory that is at this URL it will
2017 Mar 31
3
Invoking lld for PE/COFF (Windows) linking
On 3/30/2017 7:59 PM, Reid Kleckner via llvm-dev wrote:
> On Thu, Mar 30, 2017 at 6:08 AM, Edward Diener via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>
> Are you saying that once lld is built with mingw-64/gcc on Windows
> it is impossible to tell it to handle PE/COFF files when invoking it
> from clang++ using the
2007 Sep 04
1
Cisco 79xx XML Apps (was: Re: Cisco Directory Format)
Do you know where to find clear developers' guides (with some examples)
for developing apps that run *on* Cisco 79xx phones (especially the
7970)? Examples that can run against Asterisk (not CallManager) with SIP
firmware (not SCCP), and/or LDAP directories (or other open servers)
would be best.
On Sat, 2007-09-01 at 12:00 -0500,
asterisk-users-request at lists.digium.com wrote:
> Date:
2011 Jul 28
0
[LLVMdev] Build failure for latest source
Attempting to build the latest llvm I get:
llvm[2]: Linking Debug+Asserts executable opt
C:/Utilities/MSYS/build/llvm/Debug+Asserts/lib/libLLVMScalarOpts.a(SimplifyLibCalls.o):C:/Programming/VersionControl/llvm/include/llvm/Instructions.h:388:
undefined reference to
`llvm::GetElementPtrInst::GetElementPtrInst(llvm::Value*, llvm::Value*,
llvm::Twine const&, llvm::Instruction*)'
2007 Apr 07
1
Web Site Trak errors and Python tracebacks
I''m getting quite a lot of errors when viewing pages on the Wiki. I
thought it was bad links but the page will usually be served after a few
reloads. It''s not a big deal, I just thought I should tell someone.
Here is an example traceback from
https://reductivelabs.com/trac/puppet/wiki/Modules, a reload actually gave
me a nice looking "Page not found" but I get the
2007 Apr 11
1
problem with wiki - Trac internal error
I seem to be getting the following error from the wiki, in both
Safari and Firefox. Is something changing something, or is it offline
every day for a time or something?
Jesse
Oops…
Trac detected an internal error:
If you think this really should work and you can reproduce it, you
should consider reporting this problem to the Trac team.
Go to http://trac.edgewall.org/ and create a new
2013 May 22
1
[LLVMdev] Static linking of execution engine
Am 22.05.13 19:32, schrieb Kaylor, Andrew:
> If you send me details about how you're building this I'll look into it.
Thanks. I forgot to mention it's LLVM 3.2 on Ubuntu 12.10. The command line is:
$ g++-4.7 ExecutionEngineTest.cpp $(llvm-config --cxxflags --ldflags --libs) -lpthread -ldl
$ g++-4.7 -static ExecutionEngineTest.cpp $(llvm-config --cxxflags --ldflags --libs)
2004 Apr 01
4
CISCO 7940 and directory/services problem
I have quite successfully set up the Services button to work on the 7940
running SIP.
I have a metric-imperial converter, a foreign exchange rate calculator, a
calendar etc available to users.
The XML is really fussy though.
Simon
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Rich Adamson
Sent: Thursday, 1
2013 May 22
0
[LLVMdev] Static linking of execution engine
Hi Mario,
It turns out that this isn't a problem with the static constructor at all.
EngineBuilder::create() is calling dlopen (by way of sys::DynamicLibrary::loadLibraryPermanently) with a zero argument to get a handle the current module, which the default memory manager may later use for external symbol resolution. Because in your case the program is statically linked, the call to dlopen
2007 Sep 08
2
Puppet''s TRAC somehow broken?
Hey all,
it seems that the Ticket section of Puppet''s homepage does not work.
Searching and Listing of Tickets works fine, showing an individual
Ticket shows stack-traces.
What is wrong there?
Thanks,
udo.
2013 May 22
2
[LLVMdev] Static linking of execution engine
Hi,
Am 21.05.13 21:57, schrieb Kaylor, Andrew:
> Yeah, this is a problem with the static constructor getting optimized out. Including "JIT.h" is supposed to fix that.
> Is it possible that the file where you are including "JIT.h" doesn't have any required code in it?
I'm including "JIT.h" directly in the main module, which also uses the
engine. See
2014 Jun 30
3
[LLVMdev] LLD dynamic compilation
On 30 June 2014 16:16, Shankar Easwaran <shankare at codeaurora.org> wrote:
> I think you are hitting a bug, the Observer pattern was added a few weeks
> back, and may be there is some sort of uninitialized variable ?
This is my back-trace at "-O2 -g" (since -O1 pass):
operator() (file=<optimized out>, __closure=0x7fffffffde40) at
2013 Jan 03
4
[LLVMdev] Fatal error in build, include <utility> not found
I'm trying to customize llvm by adding a header file of my own and tweaking
things accordingly.
While building, things go well until a certain point where it stops seeing
the includes of my file.
I'm working on Ubuntu 12.04 with llvm-3.1 on a custom target (mips-like),
gcc-4.6 and clang-3.2 (i've tried 3.1 too).
>From what i've understood, when it builds the first binaries of
2015 Dec 15
2
Trouble supressing ASAN reported leaks
Hi,
I'm currently trying to find and fix memory leaks (compiling with
``-fsanitize=address``) in the KLEE tool [1] an having found some
leaks and I'm having trouble suppressing them.
I'm trying to suppress them using the
``-fsanitize-blacklist=blacklist.txt`` option as documented at
[2]. I'm using Clang 3.7 ( Arch Linux package 3.7.0-6).
The sort of reported leaks I see are
```
2009 Apr 08
2
[LLVMdev] new warnings
/Volumes/SandBox/clang/clang/clang/unittests/VMCore/MetadataTest.cpp:
In member function 'virtual
void<unnamed>::MDNodeTest_Everything_Test::TestBody()':
/Volumes/SandBox/clang/clang/clang/unittests/VMCore/MetadataTest.cpp:
76: warning: dereferencing type-punned pointer will break strict-
aliasing rules
:-(