[PATCH] D23698: [test-suite] Adding three bitcode benchmarks from Halide suite
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 20:54:45 PDT 2016
mehdi_amini added a comment.
Bitcode files aren't generated with a released compiler, can you use 3.9?
================
Comment at: Bitcode/Benchmarks/Halide/CMakeLists.txt:2
@@ +1,3 @@
+if (NOT WIN32)
+ list(APPEND LDFLAGS -lpthread -ldl)
+endif()
----------------
What's using pthread?
https://reviews.llvm.org/D23698
More information about the llvm-commits
mailing list