Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All binaries are linked with -rdynamic #15915

Closed
llvmbot opened this issue Mar 19, 2013 · 1 comment
Closed

All binaries are linked with -rdynamic #15915

llvmbot opened this issue Mar 19, 2013 · 1 comment
Labels
bugzilla Issues migrated from bugzilla cmake Build system in general and CMake in particular

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 19, 2013

Bugzilla Link 15543
Resolution FIXED
Resolved on Apr 03, 2013 20:03
Version trunk
OS Linux
Attachments simple hack
Reporter LLVM Bugzilla Contributor

Extended Description

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 && :

@llvmbot
Copy link
Collaborator Author

llvmbot commented Apr 4, 2013

Fixed in 178725.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 4, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla cmake Build system in general and CMake in particular
Projects
None yet
Development

No branches or pull requests

1 participant