File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
// Targeting a 32-bit NVPTX, check that we see universal 32-bit pointers (the
22
22
// option changes nothing)
23
- // CHECK32: target datalayout = "e-p:32:32-p6:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
23
+ // CHECK32: target datalayout = "e-p:32:32-p6:32:32-p7:32:32- i64:64-i128:128-v16:16-v32:32-n16:32:64"
24
24
25
25
// Targeting a 64-bit NVPTX target, check that we see 32-bit pointers for
26
26
// shared (3), const (4), and local (5) address spaces only.
27
27
// CHECK64-DEFAULT: target datalayout = "e-p6:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
28
- // CHECK64-SHORT: target datalayout = "e-p3:32:32-p4:32:32-p5:32:32-p6:32:32-i64:64-i128:128-v16:16-v32:32-n16:32:64"
28
+ // CHECK64-SHORT: target datalayout = "e-p3:32:32-p4:32:32-p5:32:32-p6:32:32-p7:32:32- i64:64-i128:128-v16:16-v32:32-n16:32:64"
You can’t perform that action at this time.
0 commit comments