This revision was automatically updated to reflect the committed changes.
Closed by commit rG40cef5a00eb8: [clang] Add a test for CGDebugInfo treatment
of blocks (authored by scott.linder).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88754/new/
ht
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88754/new/
https://reviews.llvm.org/D88754
scott.linder updated this revision to Diff 296558.
scott.linder added a comment.
Don't hardcode x86_64-specific offsets
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88754/new/
https://reviews.llvm.org/D88754
Files:
clang/test/CodeGen/debug-info
aprantl added a comment.
I think that this should either hardcode a 64-bit architecture or it shouldn't
test for explicit offsets.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88754/new/
https://reviews.llvm.org/D88754
__
scott.linder created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
scott.linder requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88754
Files:
clang/test/CodeGen/debug-info-block-expr.c
Index: clang/test