commit | 64c4f712b2dd6fb47522b28f7f89fee6e8f4891b | [log] [tgz] |
---|---|---|
author | Teresa Johnson <tejohnson@google.com> | Wed Mar 14 14:00:57 2018 +0000 |
committer | Teresa Johnson <tejohnson@google.com> | Wed Mar 14 14:00:57 2018 +0000 |
tree | 85c07569ddbaa8d880e43e938b9bd6b6c230f5a6 | |
parent | ead876539dc8cd094ef1644afbb9b56b75148c6d [diff] |
[LTO/gold] Fix workaround for old plugin-api.h in --wrap support The workaround for older plugin-api.h in r327506 unfortunately used another union member that is also fairly new and not available in the plugin-api.h on some of the bots, leading to: http://lab.llvm.org:8011/builders/clang-with-thin-lto-ubuntu/builds/9121/steps/build-stage2-LLVMgold.so/logs/stdio Change to use a different member that we will definitely have (as it is used elsewhere in gold-plugin.cpp already). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327509 91177308-0d34-0410-b5e6-96231b3b80d8