Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dbg def use #886

Merged
merged 15 commits into from
Oct 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increase the portability of shrink.ll
  • Loading branch information
robdockins committed Oct 13, 2021
commit 26232fee25ce92898bd420560055fc650cabbff9
2 changes: 1 addition & 1 deletion crux-llvm/test-data/golden/shrink.ll
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ attributes #1 = { nounwind readnone speculatable willreturn }
!llvm.module.flags = !{!6, !7, !8, !9}
!llvm.ident = !{!10}

!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 11.1.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3, nameTableKind: None, sysroot: "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", sdk: "MacOSX.sdk")
!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 11.1.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !3, nameTableKind: None)
!1 = !DIFile(filename: "shrink.c", directory: "/Users/rdockins/code/crucible/crux-llvm", checksumkind: CSK_MD5, checksum: "c2c71a098178ba3175febc60f68f1a59")
!2 = !{}
!3 = !{!4, !5}
Expand Down