search for: 1011333

Displaying 4 results from an estimated 4 matches for "1011333".

2010 Apr 19
2
[LLVMdev] Living on Clang
...19 05:39 llvm-prof -rwxrwxr-x. 1 elcuco elcuco 8310633 2010-04-19 05:39 llvm-link -rwxrwxr-x. 1 elcuco elcuco 25527057 2010-04-19 05:40 lli -rwxrwxr-x. 1 elcuco elcuco 8217315 2010-04-19 05:40 llvm-extract -rwxrwxr-x. 1 elcuco elcuco 18994379 2010-04-19 05:42 bugpoint -rwxrwxr-x. 1 elcuco elcuco 1011333 2010-04-19 05:43 llvm-bcanalyzer -rwxrwxr-x. 1 elcuco elcuco 6468 2010-04-19 05:43 llvm-stub -rwxrwxr-x. 1 elcuco elcuco 42747 2010-04-19 07:28 c-index-test -rwxrwxr-x. 1 elcuco elcuco 60447800 2010-04-19 07:29 clang lrwxrwxrwx. 1 elcuco elcuco 51 2010-04-19 07:29 clang++ -> /home/e...
2010 Jul 22
2
[LLVMdev] gold and debug information
On Wed, Jul 21, 2010 at 9:50 AM, Jeffrey Yasskin <jyasskin at google.com> wrote: >> This (Unknown constant! in bitcode writer when -g is used) is a known >> bug in CloneModule, because it is not cloning MDNodes appropriately. > > What's the link to the bug report? Are you fixing it? PR 7689. Fixed in r109117. - Devang
2010 Apr 15
0
[LLVMdev] Living on Clang
> We want to make Clang great, and we need your help! Doug, I don't see any type of selfbuild target in the LLVM top level makefile. This would be a useful way to automate the self build process. I've used similar mechanisms before on other compilers, where you can trivially invoke a three phase build (first you do a full build with your system compiler, then you use your built
2010 Apr 14
12
[LLVMdev] Living on Clang
Hello fellow LLVMers and Clangstas, We want to make Clang great, and we need your help! Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've found it to be quite stable for development. If you run into problems---poor