Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 06fd4ed

Browse files
committed
[asan] simplify a test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200378 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 01a5c17 commit 06fd4ed

File tree

1 file changed

+2
-2
lines changed
  • test/Instrumentation/AddressSanitizer

1 file changed

+2
-2
lines changed

test/Instrumentation/AddressSanitizer/test64.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ entry:
99
; CHECK: @read_4_bytes
1010
; CHECK-NOT: ret
1111
; CHECK: lshr {{.*}} 3
12-
; Check for ASAN's Offset for 64-bit (2^44 or 7fff8000)
13-
; CHECK-NEXT: {{17592186044416|2147450880}}
12+
; Check for ASAN's Offset for 64-bit (7fff8000)
13+
; CHECK-NEXT: add{{.*}}2147450880
1414
; CHECK: ret
1515

1616
define void @example_atomicrmw(i64* %ptr) nounwind uwtable sanitize_address {

0 commit comments

Comments
 (0)