[profiler] Don't build shared libraries under bitcode.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 20 Apr 2016 17:44:56 +0000 (19:44 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 20 Apr 2016 17:57:53 +0000 (19:57 +0200)
commitcfd9870f8345d2e3e6354e3deebced443809ee2f
treee2faccbdd0ad0c481aa73fb2c7d5bf3adc1ee373
parent785c22693de5499f57db18005d5e9c3436670db2
[profiler] Don't build shared libraries under bitcode.

We load these at runtime so they will naturally have undefined symbols. This is
not allowed under bitcode, though, and we use the static libraries in that case
anyway.
mono/profiler/Makefile.am