terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.71k stars 197 forks source link

Remove call TargetMachine::adjustPassManager which is gone in LLVM 16 #624

Closed elliottslaughter closed 1 year ago

elliottslaughter commented 1 year ago

Fixes CUDA build in LLVM 16.

elliottslaughter commented 1 year ago

Confirmed on Ubuntu 20.04 with CUDA 11.7. Just waiting for the LLVM build to re-upload and then I'll merge.