OSDN Git Service

Re-commit r363744: [tblgen][disasm] Allow multiple encodings to disassemble to the...
authorDaniel Sanders <daniel_l_sanders@apple.com>
Tue, 18 Jun 2019 23:34:46 +0000 (23:34 +0000)
committerDaniel Sanders <daniel_l_sanders@apple.com>
Tue, 18 Jun 2019 23:34:46 +0000 (23:34 +0000)
commit10df6f5ff35bc3fc9c1706a8a30621026a766416
tree1002562a5d27b5d8bbeaf5728336086e7ba81a30
parent51e6c1d2249816d21eca8a3a520bab43d7e076ee
Re-commit r363744: [tblgen][disasm] Allow multiple encodings to disassemble to the same instruction

It seems macOS lets you have ArrayRef<const X> even though this is apparently
forbidden by the language standard (Thanks MSVC++ for the clear error message).
Removed the problematic const's to fix this.

(It also seems I'm not receiving buildbot emails anymore and I'm trying to find
 out why. In the mean time I'll be polling lab.llvm.org to hopefully see if/when
 failures occur)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363753 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
utils/TableGen/FixedLenDecoderEmitter.cpp