Crash with llvm 8.0.0 and -fembed-bitcode option

Hi,

I found a bug in llvm 8.0.0.
When you compile with the “-fembed-bitcode” option it will lead to a crash when executing the output binary.

Hi,

I found a bug in llvm 8.0.0.
When you compile with the "-fembed-bitcode" option it will lead to a crash when executing the output binary.

Can you file a bug for this at bugs.llvm.org and cc me?

-Tom