This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] DIBuilder Bindings For Variable Expressions
ClosedPublic

Authored by CodaFi on Apr 23 2018, 12:15 PM.

Details

Summary

Add DIBuilder bindings for (global) variable expressions, variable value expressions, and debug value intrinsic insertion.

Diff Detail

Repository
rL LLVM

Event Timeline

CodaFi created this revision.Apr 23 2018, 12:15 PM

A note from the test: I removed foo_inner_scope because I no longer need it to anchor the lexical block scope now that I can declare variables.

whitequark accepted this revision.Apr 23 2018, 12:34 PM

LGTM, thanks!

This revision is now accepted and ready to land.Apr 23 2018, 12:34 PM
This revision was automatically updated to reflect the committed changes.