File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -no-enable-noundef-analysis -o - %s | \
1
+ // RUN: %clang_cc1 -opaque-pointers - triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -no-enable-noundef-analysis -o - %s | \
2
2
// RUN: FileCheck %s --check-prefix=CLEAN
3
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -o - %s | \
3
+ // RUN: %clang_cc1 -opaque-pointers - triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -o - %s | \
4
4
// RUN: FileCheck %s --check-prefixes=NOUNDEF,NOUNDEF_ONLY
5
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -mllvm -msan-eager-checks -o - %s | \
5
+ // RUN: %clang_cc1 -opaque-pointers - triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -mllvm -msan-eager-checks -o - %s | \
6
6
// RUN: FileCheck %s --check-prefixes=NOUNDEF,EAGER
7
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -no-enable-noundef-analysis -fsanitize-memory-param-retval -o - %s | \
7
+ // RUN: %clang_cc1 -opaque-pointers - triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -no-enable-noundef-analysis -fsanitize-memory-param-retval -o - %s | \
8
8
// RUN: FileCheck %s --check-prefixes=CLEAN
9
- // RUN: %clang_cc1 -triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -fsanitize-memory-param-retval -o - %s | \
9
+ // RUN: %clang_cc1 -opaque-pointers - triple x86_64-linux-gnu -S -emit-llvm -O2 -fsanitize=kernel-memory -fsanitize-memory-param-retval -o - %s | \
10
10
// RUN: FileCheck %s --check-prefixes=NOUNDEF,EAGER
11
11
12
12
void foo ();
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -emit-llvm %s -o - -triple=wasm32-unknown-unknown -Wno-deprecated-non-prototype | FileCheck %s
1
+ // RUN: %clang_cc1 -opaque-pointers - emit-llvm %s -o - -triple=wasm32-unknown-unknown -Wno-deprecated-non-prototype | FileCheck %s
2
2
3
3
int main (argc , argv )
4
4
int argc ;
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -emit-llvm %s -o - -triple=wasm32-unknown-unknown | FileCheck %s
1
+ // RUN: %clang_cc1 -opaque-pointers - emit-llvm %s -o - -triple=wasm32-unknown-unknown | FileCheck %s
2
2
3
3
int main (void ) {
4
4
return 0 ;
Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -emit-llvm %s -o - -triple=wasm32-unknown-unknown | FileCheck %s
1
+ // RUN: %clang_cc1 -opaque-pointers - emit-llvm %s -o - -triple=wasm32-unknown-unknown | FileCheck %s
2
2
3
3
int main (int argc , char * argv []) {
4
4
return 0 ;
You can’t perform that action at this time.
0 commit comments