File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments