Do not allow undefined references if bitcode is enabled.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 22 Dec 2015 11:52:37 +0000 (12:52 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 22 Dec 2015 12:05:53 +0000 (13:05 +0100)
commit93469b356930aafc19a9df37d1313c4135a35577
tree6e2be898bcee2ffbef07c0e56d7e65afd7a19de5
parentb362500d857a4a03cbdc38a4dc7a3755d768afb9
Do not allow undefined references if bitcode is enabled.

The linker does not allow the '-undefined' flag when bitcode
is enabled, so we can't pass it to the linker at all.
configure.ac
mono/mini/Makefile.am.in
mono/profiler/Makefile.am