[llvm] r261934 - More internal details of SROA pass to library visibility.
Owen Anderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 15:34:22 PST 2016
Author: resistor
Date: Thu Feb 25 17:34:21 2016
New Revision: 261934
URL: http://llvm.org/viewvc/llvm-project?rev=261934&view=rev
Log:
More internal details of SROA pass to library visibility.
Modified:
llvm/trunk/include/llvm/Transforms/Scalar/SROA.h
Modified: llvm/trunk/include/llvm/Transforms/Scalar/SROA.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar/SROA.h?rev=261934&r1=261933&r2=261934&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/SROA.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar/SROA.h Thu Feb 25 17:34:21 2016
@@ -26,7 +26,7 @@ namespace llvm {
/// A private "module" namespace for types and utilities used by SROA. These
/// are implementation details and should not be used by clients.
-namespace sroa {
+namespace sroa LLVM_LIBRARY_VISIBILITY {
class AllocaSliceRewriter;
class AllocaSlices;
class Partition;
More information about the llvm-commits
mailing list