[compiler-rt] [sanitizer_symbolizer] Add initial symbolizer markup (PR #72605)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 17 13:22:48 PST 2023
=?utf-8?q?Andrés?= Villegas <andresvi at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/72605 at github.com>
================
@@ -0,0 +1,17 @@
+// Test that verifies that asan produces valid symbolizer markup when enabled.
+// RUN: %clangxx_asan -O1 %s -o %t
----------------
PiJoules wrote:
Is there a reason `-O1` is needed?
https://github.com/llvm/llvm-project/pull/72605
More information about the llvm-commits
mailing list