adobe / hyde

A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
http://opensource.adobe.com/hyde/
MIT License
323 stars 41 forks source link

Handle RTTI accordingly to how LLVM was built #12

Closed abigagli closed 6 years ago

abigagli commented 6 years ago

As per commit title. If LLVM was built without RTTI, hyde build fails at link time unless it's compiled with "-fno-rtti".


This change is Reviewable