llir / llvm

Library for interacting with LLVM IR in pure Go.
https://llir.github.io/document/
BSD Zero Clause License
1.19k stars 78 forks source link

(#147) DIModule #157

Closed dannypsnl closed 4 years ago

dannypsnl commented 4 years ago

ref: llir/grammar#7

dannypsnl commented 4 years ago

Notice some tests would fail since we haven't update testdata, @mewmew would you like to update that? I thought we could also find out some missing cases just like the last time.

mewmew commented 4 years ago

Notice some tests would fail since we haven't update testdata, @mewmew would you like to update that? I thought we could also find out some missing cases just like the last time.

Done. Test cases have now been updated to LLVM 11.0. Created issue #158 to track the progress.

Cheers, Robin