intel / processwatch

GNU General Public License v2.0
120 stars 9 forks source link

Handle Versioned LLVM/Clang #11

Open matthew-olson-intel opened 8 months ago

matthew-olson-intel commented 8 months ago

On Ubuntu 18.04, for example, the user needs to install a newer version of LLVM/Clang than what is available by default -- the clang-10 package, for example. However, build.sh looks for an executable called clang, and this package installs one called clang-10. This necessitates the user editing build.sh, which isn't user-friendly. The script should find this alternative executable name automatically.