For PR780:

1. Fix the macros in IncludeFile.h to put everything in the llvm namespace
2. Replace the previous explicit mechanism in all the .h and .cpp files
   with the macros in IncludeFile.h
This gets us a consistent mechanism throughout LLVM for ensuring linkage.
Next step is to make sure its used in enough places.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2006-06-07 22:00:26 +00:00
parent 6296b3cac5
commit 4f1bd9e996
19 changed files with 57 additions and 78 deletions

View File

@@ -239,4 +239,5 @@ void BVNImpl::handleTernaryInst(Instruction &I) {
}
int llvm::BasicValueNumberingStub; // to ensure linkage of this file
// Ensure that users of ValueNumbering.h will link with this file
DEFINING_FILE_FOR(BasicValueNumbering)