diff --git a/llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll b/llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll --- a/llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll +++ b/llvm/test/Instrumentation/AddressSanitizer/fake-stack.ll @@ -5,6 +5,11 @@ target datalayout = "e-i64:64-f80:128-s:64-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" +; CHECK-LABEL: @__asan_use_after_return_mode = +; NEVER-SAME: weak_odr constant i32 0 +; RUNTIME-SAME: weak_odr constant i32 1 +; ALWAYS-SAME: weak_odr constant i32 2 + declare void @Foo(i8*) define void @Empty() uwtable sanitize_address {