Test commit - added a new line to lib/Target/AArch64/AArch64TargetMachine.cpp.

llvm-svn: 201692
This commit is contained in:
Christian Pirker 2014-02-19 16:07:32 +00:00
parent ac7a74a836
commit 25ff038545
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
using namespace llvm;
extern "C" void LLVMInitializeAArch64Target() {
RegisterTargetMachine<AArch64TargetMachine> X(TheAArch64Target);
}