We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafeacf commit 7dc2542Copy full SHA for 7dc2542
llvm/test/Instrumentation/MemorySanitizer/pr32842.ll
@@ -1,7 +1,8 @@
1
; Regression test for https://bugs.llvm.org/show_bug.cgi?id=32842
2
;
3
; RUN: opt < %s -S -passes=msan 2>&1 | FileCheck %s
4
-;target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+
5
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
6
target triple = "x86_64-unknown-linux-gnu"
7
8
define zeroext i1 @_Z1fii(i32 %x, i32 %y) sanitize_memory {
0 commit comments