| commit | bdce3885c4e1c1b96d30cf76d005d661401fbe03 | [log] [tgz] |
|---|---|---|
| author | Sean Callanan <scallanan@apple.com> | Sat Feb 04 07:45:35 2012 +0000 |
| committer | Sean Callanan <scallanan@apple.com> | Sat Feb 04 07:45:35 2012 +0000 |
| tree | 7c31fedf12d676ca7e342aa563cc3e90c781a7b4 | |
| parent | 8dd3425077ba7d49b922f37158217a6905ca4692 [diff] |
Modified the Enhanced Disassembler to create and cache disassemblers according to the string value of the target triple, not according to the enum of the triple CPU. The reason for this is that certain attributes of the instruction set are not reflected in the enum, but only in the string. llvm-svn: 149773