mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-30 20:18:22 +00:00
[msan] Add missing attributes in MemorySanitizer tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -651,7 +651,7 @@ define void @VACopy(i8* %p1, i8* %p2) nounwind uwtable sanitize_memory {
|
||||
declare void @llvm.va_start(i8*) nounwind
|
||||
|
||||
; Function Attrs: nounwind uwtable
|
||||
define void @VAStart(i32 %x, ...) {
|
||||
define void @VAStart(i32 %x, ...) sanitize_memory {
|
||||
entry:
|
||||
%x.addr = alloca i32, align 4
|
||||
%va = alloca [1 x %struct.__va_list_tag], align 16
|
||||
|
||||
Reference in New Issue
Block a user