Add utility to append a function to the list of global constructors.
authorDevang Patel <dpatel@apple.com>
Mon, 31 Oct 2011 23:58:51 +0000 (23:58 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 31 Oct 2011 23:58:51 +0000 (23:58 +0000)
commit2ad3f93b5f1d6e22f682efd6fd10f7f3ed9fa992
tree60a15bf05c942753577486bd6d88c5248fd66e62
parent11f99878762e479766370e0cde051547c1c4911b
Add utility to append  a function to the list of global constructors.
Patch by Kostya Serebryany.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143405 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/ModuleUtils.h [new file with mode: 0644]
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/ModuleUtils.cpp [new file with mode: 0644]