c2lang / c2compiler

the c2 programming language
c2lang.org
Apache License 2.0
703 stars 49 forks source link

Proposed changes to work with LLVM11 #119

Closed lerno closed 3 years ago

lerno commented 3 years ago

See if these are correct.

bvdberg commented 3 years ago

Yes, they appear to work. I did you the clang mainline way, so instead of Code.str(), I used std::string(Code). Nice one with the LoadInst! Already merged to master