wsmoses / Tapir-LLVM

Tapir extension to LLVM for optimizing Parallel Programs
Other
133 stars 24 forks source link

Fix debug info linking issue #58

Closed wsmoses closed 6 years ago

wsmoses commented 6 years ago

Module dump isn't linked into libTapir, so this removes such statements and leaves the relevant asserts.

neboat commented 6 years ago

These changes look fine to me. I'd like a test for this issue, but that can wait for a future PR.