Skip to content

Commit f5f2ef7

Browse files
robertcox-githubPavel V Chupin
authored andcommitted
[SYCL] Test must pass -opaque-pointers explicitly
Not yet the default for sycl.
1 parent 9a91532 commit f5f2ef7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

llvm/test/Instrumentation/MemorySanitizer/stable_set_alloca_origin.ll

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=1 -S \
2-
; RUN: -passes=msan 2>&1 | FileCheck %s
3-
; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=2 -S \
4-
; RUN: -passes=msan 2>&1 | FileCheck %s
1+
; Must pass -opaque-pointers explicitly until it becomes the default on xmain
2+
; RUN: opt < %s -opaque-pointers -msan-check-access-address=0 \
3+
; RUN: -msan-track-origins=1 -S -passes=msan 2>&1 | FileCheck %s
4+
; RUN: opt < %s -opaque-pointers -msan-check-access-address=0 \
5+
; RUN: -msan-track-origins=2 -S -passes=msan 2>&1 | FileCheck %s
56

67
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
78
target triple = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)