forked from OSchip/llvm-project
f69d45efc3
Summary: Another attempt at resolving the runtime assertion in llgoi due to data layout mismatch between module and execution engine. The X86 data layout constant appears to be unnecessary, and does not match what the execution engine picks. Using the registered Target, we pick the same data layout as the execution engine. While I was in the vicinity, I deleted the last remnants of PNaCl support. Reviewers: pcc Subscribers: jfb, llvm-commits, dschuff Differential Revision: http://reviews.llvm.org/D12630 llvm-svn: 248565 |
||
---|---|---|
.. | ||
annotations.go | ||
attribute.go | ||
builtins.go | ||
cabi.go | ||
call.go | ||
channels.go | ||
closures.go | ||
compiler.go | ||
errors.go | ||
indirect.go | ||
interfaces.go | ||
maps.go | ||
predicates.go | ||
println.go | ||
runtime.go | ||
slice.go | ||
ssa.go | ||
strings.go | ||
switches.go | ||
targets.go | ||
typemap.go | ||
types.go | ||
utils.go | ||
value.go | ||
version.go |