Files
apache--tvm/python
Krzysztof Parzyszek 7b0f791e12 [LLVM] Retrieve entire target string from LLVMModule (#11802)
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.
2022-06-22 06:21:05 +09:00
..