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

Fix internal build #56

Closed dbeer1 closed 4 years ago

dbeer1 commented 4 years ago

Describe your changes Pass -resource-dir using -extra-arg in tests, this fixes issues with our internal build and version of clang.

Testing performed Unit tests now pass internally.