search for: 6f6e2034

Displaying 3 results from an estimated 3 matches for "6f6e2034".

Did you mean: 6f6e2033
2016 Oct 28
0
Compiler used to build LLVM
...7472756e 4229) (llvm/trun 0090 6b203238 34323438 2900636c 616e6720 k 284248).clang 00a0 76657273 696f6e20 342e302e 30202874 version 4.0.0 (t 00b0 72756e6b 20323832 30383929 20286c6c runk 282089) (ll 00c0 766d2f74 72756e6b 20323832 30393829 vm/trunk 282098) 00d0 00636c61 6e672076 65727369 6f6e2034 .clang version 4 00e0 2e302e30 20287472 756e6b20 32383335 .0.0 (trunk 2835 00f0 37342920 286c6c76 6d2f7472 756e6b20 74) (llvm/trunk 0100 32383335 39392900 283599). It should be easy to enable for your platform if it's disabled/not there. -- Davide "There are no...
2016 Oct 28
1
Compiler used to build LLVM
...vm/trun > 0090 6b203238 34323438 2900636c 616e6720 k 284248).clang > 00a0 76657273 696f6e20 342e302e 30202874 version 4.0.0 (t > 00b0 72756e6b 20323832 30383929 20286c6c runk 282089) (ll > 00c0 766d2f74 72756e6b 20323832 30393829 vm/trunk 282098) > 00d0 00636c61 6e672076 65727369 6f6e2034 .clang version 4 > 00e0 2e302e30 20287472 756e6b20 32383335 .0.0 (trunk 2835 > 00f0 37342920 286c6c76 6d2f7472 756e6b20 74) (llvm/trunk > 0100 32383335 39392900 283599). > > It should be easy to enable for your platform if it's disabled/not there. It is di...
2016 Oct 28
4
Compiler used to build LLVM
Hello, We’d like to keep track of which clang version was used to build our LLVM binaries. We use cmake and ninja with clang to build. What do you people think would be the cleanest way to know which version of clang is used, on a user’s machine, to build those binaries. I’m hoping to script this. I was thinking that getting cmake/ninja to spit out this information, if possible, would probably be