On Thu, Mar 14, 2013 at 5:10 PM, Tom Stellard <[email protected]> wrote:
> Here is an updated patch that uses the -### option for tests.

+// RUN: %clang -### -target r600 -x cl -S -emit-llvm -mcpu=r600 %s -o
- 2>&1  FileCheck --check-prefix=R600-CHECK %s

Seems like you have the pipe symbol missing before 'FileCheck'.

With that, patch LGTM from the mechanical point of view, but I know
nothing about R600 CPU kinds, so I can not review the actual mapping.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to