commit | ce163fdd0f16b4481e5cf77a16d45e9b4dc8300e | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Thu Mar 24 21:27:11 2016 |
committer | Petr Hosek <phosek@chromium.org> | Thu Mar 24 21:27:11 2016 |
tree | e2c7208fda7e3a5f8f258603a48bab3eca695e26 | |
parent | d57a6f8b109145f0732906ff94c0380c0ee41953 [diff] |
Support -rdynamic option in the new driver This option does not have any effect for bitcode linking, but it is supported by the existing driver and used by existing software packages hence its use should not trigger an error. BUG=https://bugs.chromium.org/p/nativeclient/issues/detail?id=4347 R=dschuff@chromium.org Review URL: https://codereview.chromium.org/1834813002 .