[llvm-bugs] [Bug 19550] Amazon Linux not supported

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jul 27 20:50:27 PDT 2021


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

Fangrui Song <i at maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |i at maskray.me

--- Comment #3 from Fangrui Song <i at maskray.me> ---
-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-amazon-linux should work.

Alternatively, clang --target=x86_64-amazon-linux .

For x86_64-linux-gnu-gcc, it is true that x86_64-linux can pick up
x86_64-linux-gnu-gcc, but that's not a good practice and may not be supported
for newer target triples.

-- 
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/20210728/50d8029b/attachment.html>


More information about the llvm-bugs mailing list