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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to