diff options
| author | Artem Belevich <tra@google.com> | 2015-05-07 21:06:03 +0000 |
|---|---|---|
| committer | Artem Belevich <tra@google.com> | 2015-05-07 21:06:03 +0000 |
| commit | 8d062ad560647fc0031735cb688cce5304f41046 (patch) | |
| tree | fdfb17ee3938adc65c79b32ca8f9dd8b423b9858 /clang/test | |
| parent | beb24c38e7927211cbb377053d5436cf1f5bb001 (diff) | |
| download | bcm5719-llvm-8d062ad560647fc0031735cb688cce5304f41046.tar.gz bcm5719-llvm-8d062ad560647fc0031735cb688cce5304f41046.zip | |
Fixed test failure on machines with 32-bit size_t.
llvm-svn: 236773
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGenCUDA/device-stub.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCUDA/device-stub.cu b/clang/test/CodeGenCUDA/device-stub.cu index 99b6493cbcf..5d050113156 100644 --- a/clang/test/CodeGenCUDA/device-stub.cu +++ b/clang/test/CodeGenCUDA/device-stub.cu @@ -9,7 +9,7 @@ // CHECK: private unnamed_addr constant{{.*}}\00" // * constant struct that wraps GPU binary // CHECK: @__cuda_fatbin_wrapper = internal constant { i32, i32, i8*, i8* } -// CHECK: { i32 1180844977, i32 1, {{.*}}, i64 0, i64 0), i8* null } +// CHECK: { i32 1180844977, i32 1, {{.*}}, i8* null } // * variable to save GPU binary handle after initialization // CHECK: @__cuda_gpubin_handle = internal global i8** null // * Make sure our constructor/destructor was added to global ctor/dtor list. |

