mirror of
https://github.com/nasa/trick.git
synced 2025-03-24 04:55:22 +00:00
The clang path created uses the patchlevel which prior to 3.4 was not used by clang. This resulted in a bad being created and eventually an llvm assertion error. Added a compiler ifdef so that the patchlevel is not used before 3.4 refs #65