DescriptionUse LLVM LTO instead of IR types to improve compatibility
LLVM IR types use ".ll" and ".bc" suffixes which can break compatiblity
with the existing software, so we switch to the LLVM LTO types instead
which use the standard ".s" and ".o" suffixes.
BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4347
R=dschuff@chromium.org
Committed: d57a6f8b109145f0732906ff94c0380c0ee41953
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|