weld-project / weld

High-performance runtime for data analytics applications
https://www.weld.rs
BSD 3-Clause "New" or "Revised" License
2.99k stars 258 forks source link

LLVM External Error fix for Ubuntu #437

Closed sppalkia closed 5 years ago

sppalkia commented 5 years ago

This patch registers functions using the globals API in LLVM to fix the "external error" issue (#394).

@Max-Meldrum could you confirm that this works on your machine for your code? I tried it with the example on 16.04 on EC2 and it works there, but just to double check.

Max-Meldrum commented 5 years ago

@sppalkia Tested it and it is working (18.04). Thanks for having a look at this!

sppalkia commented 5 years ago

@Max-Meldrum thanks for testing it!