commit | eec8804ea7e8a2798a5f4d2f1e06f2fdf9885e59 | [log] [tgz] |
---|---|---|
author | Andrew Wilkins <axwalk@gmail.com> | Tue Dec 06 05:39:14 2016 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 03 12:36:57 2020 -0700 |
tree | 5710a537b12f0db0d0fc5b4ddb3c4f2750a3161a | |
parent | 6c47cf01777beca338cb159167d09807932039a2 [diff] |
[llgo] set debuglocs for calls in synthetic functions Synthesized functions do not have valid locations, and so we were not setting a debug location. Recent changes to DI require that function call instructions within a function having DI must have a location set. We just set the debug location to line=0, col=0. Reviewers: pcc Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D22905 llvm-svn: 288772 GitOrigin-RevId: 78ac1f1d42c8415ff0a84e1614bfe076b45ed061