From: Rafael Espindola Date: Tue, 19 Feb 2013 17:14:33 +0000 (+0000) Subject: Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c040b57885e360149b2d3cf317570a3a6effa08;p=platform%2Fupstream%2Fllvm.git Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to PPCJITInfo.cpp in r175394. llvm-svn: 175531 --- diff --git a/llvm/lib/Target/X86/X86JITInfo.cpp b/llvm/lib/Target/X86/X86JITInfo.cpp index aeb05cc..44d8cce 100644 --- a/llvm/lib/Target/X86/X86JITInfo.cpp +++ b/llvm/lib/Target/X86/X86JITInfo.cpp @@ -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