File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
llvm/test/Instrumentation/MemorySanitizer Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
5
6
6
7
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
7
8
target triple = "x86_64-unknown-linux-gnu"
You can’t perform that action at this time.
0 commit comments