forked from OSchip/llvm-project
Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.cpp.
llvm-svn: 201698
This commit is contained in:
parent
9d67c6d5fd
commit
bd1eb0db1f
|
@ -22,7 +22,6 @@
|
|||
|
||||
using namespace llvm;
|
||||
|
||||
|
||||
extern "C" void LLVMInitializeAArch64Target() {
|
||||
RegisterTargetMachine<AArch64TargetMachine> X(TheAArch64Target);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue