CoatiSoftware / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
https://www.sourcetrail.com/
GNU General Public License v3.0
14.29k stars 1.33k forks source link

Add support for LLVM 12 #1194

Closed fsimonis closed 2 years ago

fsimonis commented 2 years ago

This PR adds support for LLVM 12.

The title of the driver was integrated into the constructor: https://github.com/llvm/llvm-project/commit/257b29715bb27b7d9f6c3c40c481b6a4af0b37e5

fsimonis commented 2 years ago

FYI, this PR solves the building issue which currently affects Ubuntu 21.04 and Arch.

mlangkabel commented 2 years ago

Did not test it on llvm 12, but it does not break llvm 11 builds. So I'm merging it now. @fsimonis: Thanks for the pull request!