diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp index 36291e07988..713a55ee840 100644 --- a/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp +++ b/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp @@ -16,7 +16,7 @@ Target &llvm::getTheSystemZTarget() { return TheSystemZTarget; } -extern "C" LLVM_EXTERNAL_VISIBILITY void LLVMInitializeSystemZTargetInfo() { +extern "C" void LLVMInitializeSystemZTargetInfo() { RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( getTheSystemZTarget(), "systemz", "SystemZ", "SystemZ"); } |

