<div>I have a test I want to run for all plaforms that support inline asm, so I can test the generic constraints, i.e.</div>
<div> </div>
<div>// RUN: %clang_cc1 -triple x86_64-pc-win64 %s -emit-llvm -o - | FileCheck %s</div>
<div>// RUN: %clang_cc1 -triple i686-pc-win32 %s -emit-llvm -o - | FileCheck %s</div>
<div>// RUN: %clang_cc1 -triple x86_64-apple-darwin9 %s -emit-llvm -o - | FileCheck %s</div>
<div>// RUN: %clang_cc1 -triple i686-apple-darwin9 %s -emit-llvm -o - | FileCheck %s</div>
<div>// etc.<br></div>
<div>Is there a list somewhere of all the valid triples I should be using?</div>
<div> </div>
<div>Thanks.</div>
<div> </div>
<div>-John<br clear="all"><br>-- <br>John Thompson<br><a href="mailto:John.Thompson.JTSoftware@gmail.com">John.Thompson.JTSoftware@gmail.com</a><br><br></div>