r236773 - Fixed test failure on machines with 32-bit size_t.
Artem Belevich
tra at google.com
Thu May 7 14:06:03 PDT 2015
Author: tra
Date: Thu May 7 16:06:03 2015
New Revision: 236773
URL: http://llvm.org/viewvc/llvm-project?rev=236773&view=rev
Log:
Fixed test failure on machines with 32-bit size_t.
Modified:
cfe/trunk/test/CodeGenCUDA/device-stub.cu
Modified: cfe/trunk/test/CodeGenCUDA/device-stub.cu
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCUDA/device-stub.cu?rev=236773&r1=236772&r2=236773&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCUDA/device-stub.cu (original)
+++ cfe/trunk/test/CodeGenCUDA/device-stub.cu Thu May 7 16:06:03 2015
@@ -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.
More information about the cfe-commits
mailing list