Charles Davis
|
e7f14dfdb8
|
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
|
d5ec932c3a
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |
|
Owen Anderson
|
a59f91c08d
|
Move Threading.[h|cpp] from Support to System.
llvm-svn: 73707
|
2009-06-18 16:54:52 +00:00 |
|
Owen Anderson
|
5c476a6687
|
Add newline at end of file.
llvm-svn: 73551
|
2009-06-16 20:53:09 +00:00 |
|
Owen Anderson
|
b7cdd1a395
|
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 |
|