commit | d57a6f8b109145f0732906ff94c0380c0ee41953 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Fri Mar 18 18:50:13 2016 |
committer | Petr Hosek <phosek@chromium.org> | Fri Mar 18 18:50:13 2016 |
tree | 5d70020d88d8065c79601bd70197f17325eb0e9c | |
parent | 6836bf546dcd883aef4e53ee881d666410bf3e71 [diff] |
Use 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 Review URL: https://codereview.chromium.org/1810033004 .