search for: 342e302e

Displaying 3 results from an estimated 3 matches for "342e302e".

Did you mean: 302e3020
2016 Oct 28
0
Compiler used to build LLVM
...6e6b2032 38353331 llvm/trunk 28531 0060 38290063 6c616e67 20766572 73696f6e 8).clang version 0070 20342e30 2e302028 7472756e 6b203238 4.0.0 (trunk 28 0080 34323239 2920286c 6c766d2f 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...
2016 Oct 28
1
Compiler used to build LLVM
...llvm/trunk 28531 > 0060 38290063 6c616e67 20766572 73696f6e 8).clang version > 0070 20342e30 2e302028 7472756e 6b203238 4.0.0 (trunk 28 > 0080 34323239 2920286c 6c766d2f 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 373429...
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