[cfe-dev] valid triples

John Thompson john.thompson.jtsoftware at gmail.com
Wed Oct 27 12:51:57 PDT 2010


I have a test I want to run for all plaforms that support inline asm, so I
can test the generic constraints, i.e.

// RUN: %clang_cc1 -triple x86_64-pc-win64 %s -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 -triple i686-pc-win32 %s -emit-llvm -o - | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 %s -emit-llvm -o - |
FileCheck %s
// RUN: %clang_cc1 -triple i686-apple-darwin9 %s -emit-llvm -o - | FileCheck
%s
// etc.
Is there a list somewhere of all the valid triples I should be using?

Thanks.

-John

-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101027/c0d1ea43/attachment.html>


More information about the cfe-dev mailing list