diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-07-27 18:39:47 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2012-07-27 18:39:47 +0000 |
commit | 782d5c434f1be86eb5b23645a0ac656470a959d0 (patch) | |
tree | 3a78c9a2acfc6d1842c085190ff7ec4f711d8ef7 /llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | |
parent | 673728fe570a4e75ee8916fd2a5769fe81d3f975 (diff) | |
download | bcm5719-llvm-782d5c434f1be86eb5b23645a0ac656470a959d0.tar.gz bcm5719-llvm-782d5c434f1be86eb5b23645a0ac656470a959d0.zip |
Test commit, clean up comment
llvm-svn: 160880
Diffstat (limited to 'llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp index 5261bda193f..01f6f91ed3e 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp @@ -248,7 +248,7 @@ void RuntimeDyldELF::resolveX86Relocation(uint8_t *LocalAddress, } default: // There are other relocation types, but it appears these are the - // only ones currently used by the LLVM ELF object writer + // only ones currently used by the LLVM ELF object writer llvm_unreachable("Relocation type not implemented yet!"); break; } |