Fix mono/tests/test-inline-call-stack.cs under FullAOT+LLVM (#8097)
commit71cb807e0d9a0504366ad17598d60697875c877f
authorjaykrell <jay.krell@cornell.edu>
Sun, 8 Apr 2018 07:56:51 +0000 (8 00:56 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Apr 2018 07:56:51 +0000 (8 00:56 -0700)
tree6a39a9099da10a2b6f119df50a18fcb11e52ea88
parent28e216fe432f6ec7f4462a574b6a0f047486fd3a
Fix mono/tests/test-inline-call-stack.cs under FullAOT+LLVM (#8097)

by not inlining callers to GetCallingAssembly.

Attempts to do this only for cross-assembly failed.
Other codegen models might need more work here.
mono/mini/method-to-ir.c