Displaying 13 results from an estimated 13 matches for "versioncontroller".
Did you mean:
sessioncontroller
2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
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
void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()':
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
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
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 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
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
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.
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 30
2
Invoking lld for PE/COFF (Windows) linking
On 3/29/2017 1:38 PM, Reid Kleckner via llvm-dev wrote:
> If clang is targeting VC++, then -fuse-ld=lld should be enough to make
> it run lld-link.exe, and you won't need to set the flavor or do anything
> special to get PE/COFF files.
>
> This example worked for me:
>
> $ cat t.cpp
> #include <iostream>
> int main() { std::cout << "hello
2011 Jul 05
0
[LLVMdev] Building llvm ( clang ) samples.c problem
I am building llvm, with clang, on Mingw in Windows and eventually ran
into this error:
"llvm[4]: Compiling sample.c for Debug+Asserts build
C:/Programming/VersionControl/llvm/projects/sample/lib/sample/sample.c:18:20:
fatal error: sample.h: No such file or directory
compilation terminated."
Looking at sample.c I see:
#include "sample.h"
but there is no sample.h in the
2005 Nov 04
1
i2, Google and missing links.. (aka: don't modify the model through a GET )
While looking for all the commiters'' blog, I Googled for T.F.''s one:
http://www.google.com/search?hl=en&lr=&safe=off&c2coff=1&q=Thomas+Fuchs+rails&btnG=Search
problem: the 5th entry is
http://wiki.rubyonrails.com/rails/pages/Thomas+Fuchs/versions/new
Alain