Skip to content

Commit

Permalink
[Clang][Test] Delete hardcoded version string from test (#80384)
Browse files Browse the repository at this point in the history
Remove hardcoded string from test

rdar://120498671
  • Loading branch information
usama54321 committed Feb 2, 2024
1 parent 659419a commit ec73441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ target triple = "x86_64-unknown-linux-gnu"

; NOMODULEID: define internal void @asan.module_ctor() #[[#]] comdat {
; NOMODULEID-NEXT: call void @__asan_init()
; NOMODULEID-NEXT: call void @__asan_version_mismatch_check_v8()
; NOMODULEID-NEXT: call void @__asan_version_mismatch_check_{{.*}}
; NOMODULEID-NEXT: call void @__asan_register_elf_globals(i64 ptrtoint (ptr @___asan_globals_registered to i64), i64 ptrtoint (ptr @__start_asan_globals to i64), i64 ptrtoint (ptr @__stop_asan_globals to i64))
; NOMODULEID-NEXT: ret void
; NOMODULEID-NEXT: }
Expand Down

0 comments on commit ec73441

Please sign in to comment.