[PATCH] D49538: Add -pthread to LDFLAGS

Aleksandar Beserminji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 1 03:07:04 PDT 2018


abeserminji updated this revision to Diff 158485.
abeserminji retitled this revision from "Add -lpthread to LDFLAGS" to "Add -pthread to LDFLAGS".
abeserminji added a comment.

Comments addressed.


https://reviews.llvm.org/D49538

Files:
  SingleSource/Benchmarks/Misc-C++-EH/Makefile


Index: SingleSource/Benchmarks/Misc-C++-EH/Makefile
===================================================================
--- SingleSource/Benchmarks/Misc-C++-EH/Makefile
+++ SingleSource/Benchmarks/Misc-C++-EH/Makefile
@@ -1,5 +1,5 @@
 LEVEL = ../../..
-LDFLAGS += -lm -lstdc++
+LDFLAGS += -lm -lstdc++ -pthread
 LIBS = -lstdc++
 REQUIRES_EH_SUPPORT = 1
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49538.158485.patch
Type: text/x-patch
Size: 355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/a9a707b5/attachment.bin>


More information about the llvm-commits mailing list