[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:28:11 PDT 2016


asbirlea added a comment.

I've edited the cmake file to create to libraries:

  add_library(simd_ops STATIC simd_ops.cpp ${ARCH}_halide_runtime.bc)


https://reviews.llvm.org/D23127





More information about the llvm-commits mailing list