ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

driver: Dump the comment section of vmlinux #148

Closed nathanchance closed 5 years ago

nathanchance commented 5 years ago

This will help verify that LLD is working for linking.

+ readelf --string-dump=.comment vmlinux

String dump of section '.comment':
  [     0]  clang version 9.0.0 (git://github.com/llvm/llvm-project c84107612ad7c73679996b6b0fb39a7423f0058d)
  [    62]  Linker: LLD 9.0.0 (git://github.com/llvm/llvm-project c84107612ad7c73679996b6b0fb39a7423f0058d)
nathanchance commented 5 years ago

Updated with llvm-readelf first.

nathanchance commented 5 years ago

Thanks for the review and insight as always!