diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2013-03-22 09:04:01 +0000 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2013-03-22 09:04:01 +0000 |
commit | aa2bece62851eea3558aadd8c58849f1af079bc7 (patch) | |
tree | 555829f3b9f92564f9a04562b1f547874d72ce40 | |
parent | ab78ac1a2d55cd81e42f4688fbaa7bd689e6291f (diff) |
tsan: fix the test
Add missed file from r177717 commit that adds __tsan_vptr_read.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177719 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Instrumentation/ThreadSanitizer/read_from_global.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Instrumentation/ThreadSanitizer/read_from_global.ll b/test/Instrumentation/ThreadSanitizer/read_from_global.ll index a08453ac4a..7b6b94edf1 100644 --- a/test/Instrumentation/ThreadSanitizer/read_from_global.ll +++ b/test/Instrumentation/ThreadSanitizer/read_from_global.ll @@ -48,7 +48,7 @@ entry: } ; CHECK: define void @call_virtual_func -; CHECK: __tsan_read +; CHECK: __tsan_vptr_read ; CHECK: = load ; CHECK-NOT: __tsan_read ; CHECK: = load |