Bug 1588601

Summary: Clang 6.0.1 fails to execute
Product: [Fedora] Fedora Reporter: Ron Olson <tachoknight>
Component: clangAssignee: Dave Airlie <airlied>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: airlied, davejohansen, ravnzon, sbergman, siddharth.kde, tstellar
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-06-08 14:56:13 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 Ron Olson 2018-06-07 15:26:13 UTC
Description of problem:
Clang 6.0.1 in Rawhide fails 100% of the time with the error:

"clang: relocation error: clang: symbol LLVMInitializeAArch64Target version LLVM_6.0 not defined in file libLLVM-6.0.so with link time reference"

Version-Release number of selected component (if applicable):

Rawhide, 6.0.1

How reproducible:

100% of the time

Steps to Reproduce:
1. type "clang" at the command prompt, it will result in the error above

Actual results:

"clang: relocation error: clang: symbol LLVMInitializeAArch64Target version LLVM_6.0 not defined in file libLLVM-6.0.so with link time reference"

Expected results:

"clang-6.0: error: no input files"

Additional info:

Comment 1 Tom Stellard 2018-06-07 15:44:36 UTC
This is fixed by llvm-6.0.1-0.3.rc1.fc29, which should be in the latest compose.

Comment 2 Ron Olson 2018-06-08 14:56:13 UTC
Updated to latest compose and it does indeed fix the problem. Swift builds on Rawhide again. Thanks!