[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 17:24:52 PDT 2016
asbirlea added a comment.
I'll land this today in the current format, but I'd like to follow up on the right way to create a library from a bitcode file.
Complete error on OSX:
Linking CXX static library Bitcode/simd_ops/libhalide_runtime.a
FAILED: : && /usr/local/Cellar/cmake/3.5.2/bin/cmake -E remove Bitcode/simd_ops/libhalide_runtime.a && /usr/bin/ar qc Bitcode/simd_ops/libhalide_runtime.a && /usr/bin/ranlib Bitcode/simd_ops/libhalide_runtime.a && :
ar: no archive members specified
@mehdi_amini: Looks like what's missing is the "-rv" argument from your example?
https://reviews.llvm.org/D23127
More information about the llvm-commits
mailing list