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:
This is fixed by llvm-6.0.1-0.3.rc1.fc29, which should be in the latest compose.
Updated to latest compose and it does indeed fix the problem. Swift builds on Rawhide again. Thanks!