[LLVMbugs] [Bug 15543] New: All binaries are linked with -rdynamic
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Mar 19 08:48:22 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15543
Bug ID: 15543
Summary: All binaries are linked with -rdynamic
Product: Build scripts
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: cmake
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
For example:
ninja -v -j1 bin/llvm-as
[1/1] : && /usr/bin/ccache /home/espindola/inst/clang/bin/clang++
-fcolor-diagnostics -fPIC -fvisibility-inlines-hidden -Wcovered-switch-default
-Wnon-virtual-dtor -fno-rtti -O3 -DNDEBUG
tools/llvm-as/CMakeFiles/llvm-as.dir/llvm-as.cpp.o -o bin/llvm-as -rdynamic
lib/libLLVMAsmParser.a lib/libLLVMBitWriter.a lib/libLLVMCore.a
lib/libLLVMSupport.a -lrt -ldl -lpthread && :
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130319/e09b8389/attachment.html>
More information about the llvm-bugs
mailing list