[llvm] r175531 - Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to

Rafael Espindola rafael.espindola at gmail.com
Tue Feb 19 09:14:33 PST 2013


Author: rafael
Date: Tue Feb 19 11:14:33 2013
New Revision: 175531

URL: http://llvm.org/viewvc/llvm-project?rev=175531&view=rev
Log:
Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
PPCJITInfo.cpp in r175394.

Modified:
    llvm/trunk/lib/Target/X86/X86JITInfo.cpp

Modified: llvm/trunk/lib/Target/X86/X86JITInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86JITInfo.cpp?rev=175531&r1=175530&r2=175531&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86JITInfo.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86JITInfo.cpp Tue Feb 19 11:14:33 2013
@@ -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





More information about the llvm-commits mailing list