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

Fangrui Song <i...@maskray.me> changed:

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

--- Comment #3 from Fangrui Song <i...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to