| commit | 956ff0f8bf8c0eaea965056fb97a2a592ebdd1d0 | [log] [tgz] |
|---|---|---|
| author | Jason Molenda <jmolenda@apple.com> | Wed Sep 12 19:30:03 2018 +0000 |
| committer | Jason Molenda <jmolenda@apple.com> | Wed Sep 12 19:30:03 2018 +0000 |
| tree | e53dfcf1af78fb35b8a25dbe9ad083a3c21f46fa | |
| parent | a4ce43710467442a48f412de8721e4369d464be8 [diff] |
If we fail to get an armv7em-- disassembler from llvm, skip the tests and don't mark this as a failure. This happens when we've linked against an llvm without the ARM target built in. Davide added some cmake conditionals to avoid building this test when the target was absent from llvm's build, but we're still finding some bots that manage to get in this situation. <rdar://problem/44270082> llvm-svn: 342072