search for: 2d332900

Displaying 3 results from an estimated 3 matches for "2d332900".

2016 Oct 28
0
Compiler used to build LLVM
...out this information, if possible, would probably be best. > This is working already: $ objdump -x -s -j .comment ./opt Contents of section .comment: 0000 4743433a 2028474e 55292036 2e312e31 GCC: (GNU) 6.1.1 0010 20323031 36303632 31202852 65642048 20160621 (Red H 0020 61742036 2e312e31 2d332900 636c616e at 6.1.1-3).clan 0030 67207665 7273696f 6e20342e 302e3020 g version 4.0.0 0040 28747275 6e6b2032 38353332 36292028 (trunk 285326) ( 0050 6c6c766d 2f747275 6e6b2032 38353331 llvm/trunk 28531 0060 38290063 6c616e67 20766572 73696f6e 8).clang version 0070 20342e30 2e302028 7472756e...
2016 Oct 28
1
Compiler used to build LLVM
...ly be best. >> > > This is working already: > > $ objdump -x -s -j .comment ./opt > > Contents of section .comment: > 0000 4743433a 2028474e 55292036 2e312e31 GCC: (GNU) 6.1.1 > 0010 20323031 36303632 31202852 65642048 20160621 (Red H > 0020 61742036 2e312e31 2d332900 636c616e at 6.1.1-3).clan > 0030 67207665 7273696f 6e20342e 302e3020 g version 4.0.0 > 0040 28747275 6e6b2032 38353332 36292028 (trunk 285326) ( > 0050 6c6c766d 2f747275 6e6b2032 38353331 llvm/trunk 28531 > 0060 38290063 6c616e67 20766572 73696f6e 8).clang version > 0070 20342e3...
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