[llvm-bugs] [Bug 27379] New: [Aarch64] Clang fails to detect gcc installation where triple is aarch64-unknown-linux

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Apr 15 13:21:59 PDT 2016


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

            Bug ID: 27379
           Summary: [Aarch64] Clang fails to detect gcc installation where
                    triple is aarch64-unknown-linux
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: tristan.vanberkom at codethink.co.uk
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16223
  --> https://llvm.org/bugs/attachment.cgi?id=16223&action=edit
Add aarch64-unknown-linux to list of acceptable triples on aarch64

When running clang in an environment where the host gcc was built with an
aarch64-unknown-linux triple, clang fails to find gcc runtimes to hand off to
the linker.

This however works alright already with x86_64-unknown-linux triples.

Attaching a patch which adds aarch64-unknown-linux to the array of acceptable
triples on aarch64 (AArch64Triples[] array in lib/Driver/ToolChains.cpp).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160415/13320999/attachment-0001.html>


More information about the llvm-bugs mailing list