Bug 1026101

Summary: libclang_rt.asan-x86_64.a not found
Product: [Fedora] Fedora Reporter: David Highley <david.m.highley>
Component: llvmAssignee: Jan Včelák <jv+fedora>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: ajax, bos, dmalcolm, extras-orphan, jv+fedora, michel, petersen, scottt.tw
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-17 17:49:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Highley 2013-11-03 17:23:45 UTC
Description of problem:
Compiler build issue, libclang_rt.asan-x86_64.a not found

Version-Release number of selected component (if applicable):
clang-3.3-0.10.rc3.fc19.x86_64
llvm-3.3-0.10.rc3.fc19.x86_64
llvm-libs-3.3-0.10.rc3.fc19.x86_64

How reproducible:
clang++ -std=c++11 -g -fsanitize=address -o hello hello.cpp
/usr/bin/ld: cannot find /usr/bin/../lib/clang/3.3/lib/linux/libclang_rt.asan-x86_64.a: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
The clang and llvm packages do not seem to be in the bugzilla selection list for the Fedora distribution.

Fails in same way for -fsanitize=thread or -fsanitize=memory mode.

Comment 1 David Highley 2013-11-17 17:49:06 UTC
Found this issue previously reported and it still exists in Fedora 20 Beta build.

*** This bug has been marked as a duplicate of bug 949489 ***