7b0f791e12
The blob-embedding code creates a new LLVM module for which is needs more information than just the target triple. The `_get_target_triple` function in LLVMModule returned the triple with additional options appended to the string. Instead of piggy-backing those extra options on top of the triple, replace `_get_target_triple` with `_get_target_string`, which will return the entire target string.