Re: [cfe-users] [llvm-dev] LLVM docs links broken

2017-06-30 Thread Dipanjan Das via cfe-users
On 30 June 2017 at 22:20, Tim Northover wrote: > I'm happy to help out wherever I can, but we need a solution. > > I agree that we need a solution ASAP. I am working on a time critical project and every time I get a hit, I need to manually fix the URL to land at the page. This is super annoying

Re: [cfe-users] [llvm-dev] LLVM docs links broken

2017-06-27 Thread Dipanjan Das via cfe-users
Will a permanent redirection (mod_rewrite) from old links to new links for a few days help Google learn faster? On 27 June 2017 at 20:33, Tim Northover wrote: > On 27 June 2017 at 19:11, George Burgess IV via llvm-dev > wrote: > > There was some kind of server move that happened recently; I'm >

[cfe-users] LLVM docs links broken

2017-06-27 Thread Dipanjan Das via cfe-users
Has LLVM docs deen moved to somewhere recently? The link is broken: http://llvm.org/docs/doxygen/html/classllvm_1_1InsertValueInst.html -- Thanks & Regards, Dipanjan ___ cfe-users mailing list cfe-users@lists.llvm.org http://lists.llvm.org/cgi-bin/mail

[cfe-users] Why is this block of instructions generated?

2017-06-20 Thread Dipanjan Das via cfe-users
The DataFlowSanitizer pass on LLVM 3.8.0, 64 bit (Ubuntu 16.04.2) generates the following IR from source: == test.c == #include int main(void) { int i = 1; dfsan_label i_label = dfsan_create_label("i", 0); dfsan_set_l

[cfe-users] Linker error while linking DataFlowSanitizer to LLVM IR

2017-06-15 Thread Dipanjan Das via cfe-users
I am using pre-built LLVM/Clang 3.8.0 binaries on Ubuntu 16.04.2, 64 bit. I tried to lift a minimal program to LLVM IR, then link the IR to DataFlowSanitizer libraries to produce executable code. In the second step, the process throws a bunch of linker errors. =

[cfe-users] How to use clang post compilation from source?

2015-08-06 Thread Dipanjan Das via cfe-users
Hi People, I have downloaded [LLVM 3.6 ] + [CFE ] + [Compiler-RT ]. Post compilation, below are the list of executables generated: