Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Feb 2013 17:14:33 +0000 (17:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 19 Feb 2013 17:14:33 +0000 (17:14 +0000)
PPCJITInfo.cpp in r175394.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175531 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86JITInfo.cpp

index aeb05ccdf815c739bd9327547a10e9f01db1c3e8..44d8cce054131fd694520e5bc0b99535303d2dfb 100644 (file)
@@ -339,7 +339,7 @@ extern "C" {
 /// must locate the start of the stub or call site and pass it into the JIT
 /// compiler function.
 extern "C" {
-void LLVM_LIBRARY_VISIBILITY LLVMX86CompilationCallback2(intptr_t *StackPtr,
+LLVM_LIBRARY_VISIBILITY void LLVMX86CompilationCallback2(intptr_t *StackPtr,
                                                          intptr_t RetAddr) {
   intptr_t *RetAddrLoc = &StackPtr[1];
   // We are reading raw stack data here. Tell MemorySanitizer that it is