|
1 |
| -; RUN: opt < %s -msan-check-access-address=0 -S -passes=msan 2>&1 | FileCheck \ |
2 |
| -; RUN: %s "--check-prefixes=CHECK,INLINE" |
3 |
| -; RUN: opt < %s -msan-check-access-address=0 -msan-poison-stack-with-call=1 -S \ |
4 |
| -; RUN: -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,CALL" |
5 |
| -; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=1 -S \ |
6 |
| -; RUN: -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,ORIGIN" |
7 |
| -; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=2 -S \ |
8 |
| -; RUN: -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,ORIGIN" |
9 |
| -; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=2 -msan-print-stack-names=false -S \ |
10 |
| -; RUN: -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,ORIGIN-LEAN" |
11 |
| -; RUN: opt < %s -S -passes="msan<kernel>" 2>&1 | FileCheck %s \ |
12 |
| -; RUN: "--check-prefixes=CHECK,KMSAN" |
13 |
| -; RUN: opt < %s -msan-kernel=1 -S -passes=msan 2>&1 | FileCheck %s \ |
14 |
| -; RUN: "--check-prefixes=CHECK,KMSAN" |
| 1 | +; RUN: opt < %s -msan-check-access-address=0 -S -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,INLINE" |
| 2 | +; RUN: opt < %s -msan-check-access-address=0 -msan-poison-stack-with-call=1 -S -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,CALL" |
| 3 | +; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=1 -S -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,ORIGIN" |
| 4 | +; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=2 -S -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,ORIGIN" |
| 5 | +; RUN: opt < %s -msan-check-access-address=0 -msan-track-origins=2 -msan-print-stack-names=false -S -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,ORIGIN-LEAN" |
| 6 | +; RUN: opt < %s -S -passes="msan<kernel>" 2>&1 | FileCheck %s "--check-prefixes=CHECK,KMSAN" |
| 7 | +; RUN: opt < %s -msan-kernel=1 -S -passes=msan 2>&1 | FileCheck %s "--check-prefixes=CHECK,KMSAN" |
15 | 8 |
|
16 | 9 | target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
|
17 | 10 | target triple = "x86_64-unknown-linux-gnu"
|
|
0 commit comments