Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146960
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
using namespace llvm;
|
||||
using namespace object;
|
||||
|
||||
void ObjectFile::anchor() { }
|
||||
|
||||
ObjectFile::ObjectFile(unsigned int Type, MemoryBuffer *source, error_code &ec)
|
||||
: Binary(Type, source) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user