[PATCH] D49538: Add -pthread to LDFLAGS
Aleksandar Beserminji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 1 04:15:44 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL338515: Make Misc-C++-EH test to compiple with -static (authored by abeserminji, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49538?vs=158485&id=158496#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49538
Files:
test-suite/trunk/SingleSource/Benchmarks/Misc-C++-EH/Makefile
Index: test-suite/trunk/SingleSource/Benchmarks/Misc-C++-EH/Makefile
===================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc-C++-EH/Makefile
+++ test-suite/trunk/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.158496.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180801/57c7006a/attachment.bin>
More information about the llvm-commits
mailing list