Skip to content

Commit 8d1de2b

Browse files
committed
Clarify test comment
1 parent 7812ff5 commit 8d1de2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTE: Assertions have mostly been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
22
// The most important assertion is the attributes at the end of the file, which
3-
// shows that ubsan attaches 'nomerge' to each ubsantrap intrinsic.
3+
// shows that -ubsan-unique-traps attaches 'nomerge' to each ubsantrap intrinsic.
44
//
55
// RUN: %clang_cc1 -triple x86_64-linux-gnu -emit-llvm -fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow -O3 -mllvm -ubsan-unique-traps %s -o - \
66
// RUN: | FileCheck %s

0 commit comments

Comments
 (0)