[llvm-branch-commits] [compiler-rt] [llvm] [clang] [clang-tools-extra] [sanitizer_symbolizer] Add end to end test for symbolizer markup. (PR #77702)
Andres Villegas via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 11 10:42:23 PST 2024
=?utf-8?q?Andrés?= Villegas <andresvi at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/77702 at github.com>
================
@@ -0,0 +1,33 @@
+// COM: End to end test for the sanitizer symbolizer markup. Since it uses debug info
----------------
avillega wrote:
Yes, COM is for comments (https://llvm.org/docs/CommandGuide/FileCheck.html#the-com-directive) I am probably being too cautious here and not using COM maight be fine since the comment doesn't have anything like look like a directive.
https://github.com/llvm/llvm-project/pull/77702
More information about the llvm-branch-commits
mailing list