[PATCH] D23127: [test-suite] Bitcode tests: Update cmake to build driver and halide runtime only once.

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 13:25:47 PDT 2016


asbirlea added a comment.

Hmm, not the issue I was referring to right now. Looks like cmake cannot have just the .bc file in a static lib, it needs to go together with a .cpp file, then things work fine on both linux and osx.
However, it __may be__ the linking issue we've been seeing on osx aarch64 green dragon, where the methods _*halide_name* are not found, and they do exist as *halide_name* in the halide runtime. I thought that issue is more likely related to the fact that the bot command line seems to not have the runtime file present at all, than with the name mangling...


https://reviews.llvm.org/D23127





More information about the llvm-commits mailing list