mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +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