commit | 5dd4ccb4020173a569bc54ba559232b5be2cef01 | [log] [tgz] |
---|---|---|
author | Roman Divacky <rdivacky@freebsd.org> | Tue Sep 18 16:08:49 2012 +0000 |
committer | Roman Divacky <rdivacky@freebsd.org> | Tue Sep 18 16:08:49 2012 +0000 |
tree | b6eff9207b1b6108f1dc75ad95fa830cbb2dcece | |
parent | 44fd70a3ad43b8e7b27af79f8011c7f5b90c841f [diff] |
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend store this and use it to not emit long nops when the CPU is geode which doesnt support them. Fixes PR11212. llvm-svn: 164132