Nick Lewycky
|
0df91b2c86
|
Free the buffer in the case where we don't create a module out of it, as
pointed out by Torok Edwin.
Remove trailing whitespaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64002 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-07 03:15:01 +00:00 |
|
Nick Lewycky
|
ea97aa6129
|
Free the buffer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63907 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-06 01:58:34 +00:00 |
|
Nick Lewycky
|
98245c7060
|
It's not obvious, but lto_module_create_from_memory doesn't need to use the
buffer after it creates the Module. Thus, we don't need to store this pointer
in claimed_file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63834 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-05 05:36:01 +00:00 |
|
Nick Lewycky
|
c1da8864a9
|
Remove accidentally included debug message!
Reword a comment for clarity. Remove some extra whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63823 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-05 04:14:23 +00:00 |
|
Torok Edwin
|
6cbbdfd2e9
|
Alphabetize includes. Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63771 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-04 21:00:02 +00:00 |
|
Torok Edwin
|
4cb16349b0
|
remove printf - it was there only for debugging!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63742 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-04 17:40:28 +00:00 |
|
Torok Edwin
|
3e5a0d8b0b
|
add support for .a files containing LLVM IR to the gold plugin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63741 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-04 17:39:30 +00:00 |
|
Nick Lewycky
|
3e62b2dc93
|
Add LLVM plugin for gold.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63623 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-02-03 07:13:24 +00:00 |
|