Skip to content

Commit 32d541c

Browse files
authored
no \
1 parent 6e027cb commit 32d541c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

clang/test/CodeGen/ubsan-trap-merge.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
// The most important assertion is the attributes at the end of the file, which
33
// shows whether -ubsan-unique-traps attaches 'nomerge' to each ubsan call.
44
//
5-
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps -fsanitize-trap=signed-integer-overflow %s -o - \
6-
// RUN: | FileCheck %s --check-prefix=TRAP
7-
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps %s -o - \
8-
// RUN: | FileCheck %s --check-prefix=HANDLER
9-
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps -fsanitize-minimal-runtime %s -o - \
10-
// RUN: | FileCheck %s --check-prefix=MINRT
5+
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps -fsanitize-trap=signed-integer-overflow %s -o - | FileCheck %s --check-prefix=TRAP
6+
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps %s -o - | FileCheck %s --check-prefix=HANDLER
7+
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps -fsanitize-minimal-runtime %s -o - | FileCheck %s --check-prefix=MINRT
118
//
129
// REQUIRES: x86-registered-target
1310

0 commit comments

Comments
 (0)