diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-02-08 09:59:06 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-02-08 09:59:06 +0000 |
commit | 4e01c3e8cdf6ef001de1332ae17384fdd6f20e7d (patch) | |
tree | e0f2b4ac8f58b4c31ab5e6a5bce62c3070eb37da /llvm/lib/MC | |
parent | f7132c83f161e379f1265bf985ce2795164601df (diff) | |
download | bcm5719-llvm-4e01c3e8cdf6ef001de1332ae17384fdd6f20e7d.tar.gz bcm5719-llvm-4e01c3e8cdf6ef001de1332ae17384fdd6f20e7d.zip |
[ELF] - Linkerscript - fix handling of OUTPUT_ARCH command.
OUTPUT_ARCH command can contain architecture values separated with ":", like:
OUTPUT_ARCH(i386:x86-64)
We did not support that, because got 3 lexer tokens here after recent changes.
This trivial patch fixes the issue, now whole expression inside
OUTPUT_ARCH is just ignored.
Differential revision: https://reviews.llvm.org/D29640
llvm-svn: 294432
Diffstat (limited to 'llvm/lib/MC')
0 files changed, 0 insertions, 0 deletions