dce4a407a24b04eebc6a376f8e62b41aaa7b071f |
|
29-May-2014 |
Stephen Hines <srhines@google.com> |
Update LLVM for 3.5 rebase (r209712). Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
674be02d525d4e24bc6943ed9274958c580bcfbc |
|
10-Jan-2013 |
Jakub Staszak <kubastaszak@gmail.com> |
Fix include guards so they exactly match file names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172025 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
73a1ad8f0560f01830fd206e84d4a21e5b3b7f59 |
|
04-Nov-2011 |
Eli Friedman <eli.friedman@gmail.com> |
Add missing includes/class declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143718 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
c68c8623d01140af0f165888a1bfd3d6d937aee8 |
|
17-Aug-2011 |
Jordy Rose <jediknil@belkadan.com> |
...and make sure DynamicLibrary builds by removing "const" from the Invalid placeholder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137843 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
77b6f2fd22bd9e0b8c0f1a4b0b007971e7b84d35 |
|
17-Aug-2011 |
Jordy Rose <jediknil@belkadan.com> |
Don't use NULL to represent an invalid library; Cygwin uses this for RTLD_DEFAULT. Caught by Takumi. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137841 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
0bce85fbfacec97255337d12fc0ab193f03f21c3 |
|
17-Aug-2011 |
Jordy Rose <jediknil@belkadan.com> |
Use DynamicLibrary instances as a way to get symbols from a specific library. Preparation for upcoming (preliminary) support for plugins for the static analyzer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137791 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
53ca1f3190680f3e86aebe0f72f7918d63f71e0d |
|
29-Nov-2010 |
Charles Davis <cdavis@mines.edu> |
Now to chant the magical incantation that will exorcise the System library from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120314 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|
1f6efa3996dd1929fbc129203ce5009b620e6969 |
|
29-Nov-2010 |
Michael J. Spencer <bigcheesegs@gmail.com> |
Merge System into Support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/DynamicLibrary.h
|