We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7812ff5 commit 8d1de2bCopy full SHA for 8d1de2b
clang/test/CodeGen/ubsan-trap-merge.c
@@ -1,6 +1,6 @@
1
// NOTE: Assertions have mostly been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2
// The most important assertion is the attributes at the end of the file, which
3
-// shows that ubsan attaches 'nomerge' to each ubsantrap intrinsic.
+// shows that -ubsan-unique-traps attaches 'nomerge' to each ubsantrap intrinsic.
4
//
5
// 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 - \
6
// RUN: | FileCheck %s
0 commit comments