bloomberg / clangmetatool

A framework for reusing code in Clang tools
https://bloomberg.github.io/clangmetatool/
Apache License 2.0
119 stars 25 forks source link

Resolve realpath of executable in verifyInstallation #50

Closed begroh closed 4 years ago

begroh commented 4 years ago

Describe your changes Always resolve the realpath of the executable found when using verifyInstallation(). Clang does not try to resolve symbolic links before trying to find the resource directory, which can result in failures to initialize the tool.

Testing performed Tested locally with a previously failing project.

begroh commented 4 years ago

@dbeer1

dbeer1 commented 4 years ago

@ruoso can you please merge and release?