[Bug 869793] New: clang profile feedback is missing library
https://bugzilla.novell.com/show_bug.cgi?id=869793 https://bugzilla.novell.com/show_bug.cgi?id=869793#c0 Summary: clang profile feedback is missing library Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andi-nbz@firstfloor.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36 % rpm -q llvm-clang llvm-clang-3.3-6.4.1.x86_64 % clang -fprofile-generate tfeedback.c /usr/bin/ld: cannot find /usr/bin/../lib64/libprofile_rt.a: No such file or directory clang-3.3: error: linker command failed with exit code 1 (use -v to see invocation) Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=869793 https://bugzilla.novell.com/show_bug.cgi?id=869793#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |idonmez@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=869793 https://bugzilla.novell.com/show_bug.cgi?id=869793#c1 Ismail Donmez <idonmez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Ismail Donmez <idonmez@suse.com> 2014-04-02 13:24:45 UTC --- Ok looks like although clang looks for libprofile_rt.a build system only creates libprofile_rt.so . So can you try clang -fprofile-generate tfeedback.c -lprofile_rt and see if that works? Also, this is already fixed with clang 3.4 available from http://download.opensuse.org/repositories/devel:/tools:/compiler/openSUSE_13... Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com