https://llvm.org/bugs/show_bug.cgi?id=30698

            Bug ID: 30698
           Summary: OpenCL driver bug on AArch64 Ubuntu Xenial
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: OpenCL
          Assignee: unassignedclangb...@nondot.org
          Reporter: renato.go...@linaro.org
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 17442
  --> https://llvm.org/bugs/attachment.cgi?id=17442&action=edit
Reproducer

We're moving up to a newer Ubuntu release and all Clang+LLVM+RT tests pass
except on: cl-phc.c.

The attached zip has the script/source to reproduce, but the error is:

clang-4.0:
/home/renato.golin/devel/llvm/worktree/arm64/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp:78:
void adjustCodeGenOpts(const llvm::Triple&, llvm::Reloc::Model,
llvm::CodeModel::Model&): Assertion `(TT.isOSBinFormatELF() ||
TT.isOSBinFormatMachO()) && "Only expect Darwin and ELF targets"' failed.

I'm not sure how to debug this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to