commit | d5395fbf03dc168d00bc8622e86fefbac9a3da2a | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <peter@pcc.me.uk> | Sun Jan 08 22:09:58 2012 +0000 |
committer | Peter Collingbourne <peter@pcc.me.uk> | Sun Jan 08 22:09:58 2012 +0000 |
tree | 2c24697a31ef5ef5445a8ad143aa34f4ef42db9d | |
parent | 11faafe7dce2bd8befa3e2444c2292edcd9b2d50 [diff] [blame] |
Initial commit. llvm-svn: 147756
diff --git a/libclc/compile-test.sh b/libclc/compile-test.sh new file mode 100755 index 0000000..f322fbd --- /dev/null +++ b/libclc/compile-test.sh
@@ -0,0 +1,3 @@ +#!/bin/sh + +clang -ccc-host-triple ptx32--nvidiacl -Iptx-nvidiacl/include -Igeneric/include -Xclang -mlink-bitcode-file -Xclang ptx32--nvidiacl/lib/builtins.bc -include clc/clc.h -Dcl_clang_storage_class_specifiers "$@"