From ab39afa9d9b99c61842c8e3d0eb706bd16efdcf3 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 11 Feb 2013 08:13:54 +0000 Subject: [tsan/msan] adding thread_safety and uninitialized_checks attributes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174864 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Bitcode/attributes.ll | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/Bitcode') diff --git a/test/Bitcode/attributes.ll b/test/Bitcode/attributes.ll index 502e967282..cfb214e792 100644 --- a/test/Bitcode/attributes.ll +++ b/test/Bitcode/attributes.ll @@ -162,3 +162,13 @@ define void @f27() address_safety { ret void; } +define void @f28() thread_safety +; CHECK: define void @f28() thread_safety +{ + ret void; +} +define void @f29() uninitialized_checks +; CHECK: define void @f29() uninitialized_checks +{ + ret void; +} -- cgit v1.2.3-70-g09d2