hanchenye-llvm-project/llgo/irgen
Andrew Wilkins 72b5e5f5b4 irgen: don't emit debug metadata for locals
Summary:
The debug metadata we generate is wrong, and is
now causing build failures. This revision disables
the only llvm.dbg.declare calls we make.

(There is also a drive-by fix to CMakeLists.txt,
adding in a missing .go dependency.)

Fixes http://llvm.org/bugs/show_bug.cgi?id=22330

Reviewers: pcc

Reviewed By: pcc

Subscribers: dblaikie, llvm-commits

Differential Revision: http://reviews.llvm.org/D7222

llvm-svn: 227403
2015-01-29 00:34:30 +00:00
..
annotations.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
attribute.go
builtins.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
cabi.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
call.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
channels.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
closures.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
compiler.go irgen: expose DisableUnusedImportCheck flag 2015-01-14 05:18:16 +00:00
errors.go Update to new bindings. 2014-12-13 02:26:00 +00:00
indirect.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
interfaces.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
maps.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
predicates.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
println.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
runtime.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
slice.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
ssa.go irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
strings.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
switches.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
targets.go
typemap.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
types.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
utils.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
value.go Roll gotools to 47f2109c. 2015-01-13 20:45:08 +00:00
version.go