commit | 651f13cea278ec967336033dd032faef0e9fc2ec | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Wed Apr 23 16:59:28 2014 -0700 |
committer | Stephen Hines <srhines@google.com> | Wed Apr 23 16:59:54 2014 -0700 |
tree | 14fadd70982e1428a21e9aa9cfee67c9ee317bee | |
parent | e45aa073431f94fc0dafb56477aec2068ba2880f [diff] [blame] |
Updated to Clang 3.5a. Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
diff --git a/test/SemaCUDA/cuda.h b/test/SemaCUDA/cuda.h index 26a8df0..a9a4595 100644 --- a/test/SemaCUDA/cuda.h +++ b/test/SemaCUDA/cuda.h
@@ -7,6 +7,7 @@ #define __global__ __attribute__((global)) #define __host__ __attribute__((host)) #define __shared__ __attribute__((shared)) +#define __launch_bounds__(...) __attribute__((launch_bounds(__VA_ARGS__))) struct dim3 { unsigned x, y, z;