diff options
author | Juergen Ributzka <juergen@apple.com> | 2014-07-22 22:02:19 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@apple.com> | 2014-07-22 22:02:19 +0000 |
commit | 0e957cf714c57bc018f5db83220857aad354f957 (patch) | |
tree | 78897528f1fc1a5d69f26c84678ef4d27b2f8487 /llvm/lib/ExecutionEngine/RuntimeDyld | |
parent | 8490da15a8fe58c973bc21865f139cb9cef603fc (diff) | |
download | bcm5719-llvm-0e957cf714c57bc018f5db83220857aad354f957.tar.gz bcm5719-llvm-0e957cf714c57bc018f5db83220857aad354f957.zip |
Appease the buildbots.
llvm-svn: 213694
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h b/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h index 7043ba36f42..b833bbd0abc 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h @@ -84,6 +84,7 @@ public: // Verify that the relocation points to one of the expected load / store // instructions. uint32_t *p = (uint32_t *)LocalAddress; + (void)p; assert((*p & 0x3B000000) == 0x39000000 && "Only expected load / store instructions."); } // fall-through |