Charles Davis
|
54c9eb6fff
|
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'
llvm-svn: 120314
|
2010-11-29 19:44:50 +00:00 |
Michael J. Spencer
|
447762da85
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |
Owen Anderson
|
7d42b95b6c
|
Move Threading.[h|cpp] from Support to System.
llvm-svn: 73707
|
2009-06-18 16:54:52 +00:00 |
Owen Anderson
|
993e4261d0
|
Add newline at end of file.
llvm-svn: 73551
|
2009-06-16 20:53:09 +00:00 |
Owen Anderson
|
4cb4b6191a
|
Split the thread-related APIs out into their own file, and add a few more
calls for convenience.
llvm-svn: 73512
|
2009-06-16 17:33:51 +00:00 |