Skip to content

Commit b335b7a

Browse files
Update test for temporary opaque pointer default
1 parent d176dad commit b335b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/linker-wrapper-image.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
// CUDA-NEXT: }
113113

114114
// RUN: clang-offload-packager -o %t.out --image=file=%S/Inputs/dummy-elf.o,kind=hip,triple=amdgcn-amd-amdhsa,arch=gfx908
115-
// RUN: %clang -cc1 %s -triple x86_64-unknown-linux-gnu -emit-obj -o %t.o \
115+
// RUN: %clang -cc1 %s -triple x86_64-unknown-linux-gnu -opaque-pointers -emit-obj -o %t.o \
116116
// RUN: -fembed-offload-object=%t.out
117-
// RUN: clang-linker-wrapper --print-wrapped-module --dry-run --host-triple=x86_64-unknown-linux-gnu \
117+
// RUN: clang-linker-wrapper --print-wrapped-module -opaque-pointers --dry-run --host-triple=x86_64-unknown-linux-gnu \
118118
// RUN: -linker-path /usr/bin/ld -- %t.o -o a.out 2>&1 | FileCheck %s --check-prefix=HIP
119119

120120
// HIP: @.fatbin_image = internal constant [0 x i8] zeroinitializer, section ".hip_fatbin"

0 commit comments

Comments
 (0)