summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-07-27 18:39:47 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-07-27 18:39:47 +0000
commite2e73bd044eca405076a127e87d68d91f0fcb4b9 (patch)
tree7d4aee7b32fe1a5198b12528218e2f04f4da0f3c /lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
parente982de7be9e190cc2b0ef70a58bceb87d34b511e (diff)
downloadllvm-e2e73bd044eca405076a127e87d68d91f0fcb4b9.tar.gz
llvm-e2e73bd044eca405076a127e87d68d91f0fcb4b9.tar.bz2
llvm-e2e73bd044eca405076a127e87d68d91f0fcb4b9.tar.xz
Test commit, clean up comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp')
-rw-r--r--lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp b/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
index 5261bda193..01f6f91ed3 100644
--- a/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
+++ b/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;
}