From: Alexey Samsonov Date: Fri, 14 Feb 2014 08:38:30 +0000 (+0000) Subject: Move BlocksRuntime to lib/ directory X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8665226ec21e500dd210a39b8ca6c99dd7f4f51;p=platform%2Fupstream%2Fllvm.git Move BlocksRuntime to lib/ directory llvm-svn: 201390 --- diff --git a/compiler-rt/BlocksRuntime/Block.h b/compiler-rt/lib/BlocksRuntime/Block.h similarity index 100% rename from compiler-rt/BlocksRuntime/Block.h rename to compiler-rt/lib/BlocksRuntime/Block.h diff --git a/compiler-rt/BlocksRuntime/Block_private.h b/compiler-rt/lib/BlocksRuntime/Block_private.h similarity index 100% rename from compiler-rt/BlocksRuntime/Block_private.h rename to compiler-rt/lib/BlocksRuntime/Block_private.h diff --git a/compiler-rt/BlocksRuntime/data.c b/compiler-rt/lib/BlocksRuntime/data.c similarity index 100% rename from compiler-rt/BlocksRuntime/data.c rename to compiler-rt/lib/BlocksRuntime/data.c diff --git a/compiler-rt/BlocksRuntime/runtime.c b/compiler-rt/lib/BlocksRuntime/runtime.c similarity index 100% rename from compiler-rt/BlocksRuntime/runtime.c rename to compiler-rt/lib/BlocksRuntime/runtime.c diff --git a/compiler-rt/BlocksRuntime/tests/block-static.c b/compiler-rt/lib/BlocksRuntime/tests/block-static.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/block-static.c rename to compiler-rt/lib/BlocksRuntime/tests/block-static.c diff --git a/compiler-rt/BlocksRuntime/tests/blockimport.c b/compiler-rt/lib/BlocksRuntime/tests/blockimport.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/blockimport.c rename to compiler-rt/lib/BlocksRuntime/tests/blockimport.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefaccess.c b/compiler-rt/lib/BlocksRuntime/tests/byrefaccess.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefaccess.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefaccess.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopy.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopy.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefcopy.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefcopy.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopycopy.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopycopy.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefcopycopy.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefcopycopy.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopyinner.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopyinner.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefcopyinner.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefcopyinner.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopyint.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopyint.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefcopyint.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefcopyint.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopystack.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopystack.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefcopystack.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefcopystack.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefsanity.c b/compiler-rt/lib/BlocksRuntime/tests/byrefsanity.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefsanity.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefsanity.c diff --git a/compiler-rt/BlocksRuntime/tests/byrefstruct.c b/compiler-rt/lib/BlocksRuntime/tests/byrefstruct.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/byrefstruct.c rename to compiler-rt/lib/BlocksRuntime/tests/byrefstruct.c diff --git a/compiler-rt/BlocksRuntime/tests/c99.c b/compiler-rt/lib/BlocksRuntime/tests/c99.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/c99.c rename to compiler-rt/lib/BlocksRuntime/tests/c99.c diff --git a/compiler-rt/BlocksRuntime/tests/cast.c b/compiler-rt/lib/BlocksRuntime/tests/cast.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/cast.c rename to compiler-rt/lib/BlocksRuntime/tests/cast.c diff --git a/compiler-rt/BlocksRuntime/tests/constassign.c b/compiler-rt/lib/BlocksRuntime/tests/constassign.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/constassign.c rename to compiler-rt/lib/BlocksRuntime/tests/constassign.c diff --git a/compiler-rt/BlocksRuntime/tests/copy-block-literal-rdar6439600.c b/compiler-rt/lib/BlocksRuntime/tests/copy-block-literal-rdar6439600.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/copy-block-literal-rdar6439600.c rename to compiler-rt/lib/BlocksRuntime/tests/copy-block-literal-rdar6439600.c diff --git a/compiler-rt/BlocksRuntime/tests/copyconstructor.C b/compiler-rt/lib/BlocksRuntime/tests/copyconstructor.C similarity index 100% rename from compiler-rt/BlocksRuntime/tests/copyconstructor.C rename to compiler-rt/lib/BlocksRuntime/tests/copyconstructor.C diff --git a/compiler-rt/BlocksRuntime/tests/copynull.c b/compiler-rt/lib/BlocksRuntime/tests/copynull.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/copynull.c rename to compiler-rt/lib/BlocksRuntime/tests/copynull.c diff --git a/compiler-rt/BlocksRuntime/tests/dispatch_async.c b/compiler-rt/lib/BlocksRuntime/tests/dispatch_async.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/dispatch_async.c rename to compiler-rt/lib/BlocksRuntime/tests/dispatch_async.c diff --git a/compiler-rt/BlocksRuntime/tests/dispatch_call_Block_with_release.c b/compiler-rt/lib/BlocksRuntime/tests/dispatch_call_Block_with_release.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/dispatch_call_Block_with_release.c rename to compiler-rt/lib/BlocksRuntime/tests/dispatch_call_Block_with_release.c diff --git a/compiler-rt/BlocksRuntime/tests/fail.c b/compiler-rt/lib/BlocksRuntime/tests/fail.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/fail.c rename to compiler-rt/lib/BlocksRuntime/tests/fail.c diff --git a/compiler-rt/BlocksRuntime/tests/flagsisa.c b/compiler-rt/lib/BlocksRuntime/tests/flagsisa.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/flagsisa.c rename to compiler-rt/lib/BlocksRuntime/tests/flagsisa.c diff --git a/compiler-rt/BlocksRuntime/tests/globalexpression.c b/compiler-rt/lib/BlocksRuntime/tests/globalexpression.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/globalexpression.c rename to compiler-rt/lib/BlocksRuntime/tests/globalexpression.c diff --git a/compiler-rt/BlocksRuntime/tests/goto.c b/compiler-rt/lib/BlocksRuntime/tests/goto.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/goto.c rename to compiler-rt/lib/BlocksRuntime/tests/goto.c diff --git a/compiler-rt/BlocksRuntime/tests/hasdescriptor.c b/compiler-rt/lib/BlocksRuntime/tests/hasdescriptor.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/hasdescriptor.c rename to compiler-rt/lib/BlocksRuntime/tests/hasdescriptor.c diff --git a/compiler-rt/BlocksRuntime/tests/josh.C b/compiler-rt/lib/BlocksRuntime/tests/josh.C similarity index 100% rename from compiler-rt/BlocksRuntime/tests/josh.C rename to compiler-rt/lib/BlocksRuntime/tests/josh.C diff --git a/compiler-rt/BlocksRuntime/tests/k-and-r.c b/compiler-rt/lib/BlocksRuntime/tests/k-and-r.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/k-and-r.c rename to compiler-rt/lib/BlocksRuntime/tests/k-and-r.c diff --git a/compiler-rt/BlocksRuntime/tests/large-struct.c b/compiler-rt/lib/BlocksRuntime/tests/large-struct.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/large-struct.c rename to compiler-rt/lib/BlocksRuntime/tests/large-struct.c diff --git a/compiler-rt/BlocksRuntime/tests/localisglobal.c b/compiler-rt/lib/BlocksRuntime/tests/localisglobal.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/localisglobal.c rename to compiler-rt/lib/BlocksRuntime/tests/localisglobal.c diff --git a/compiler-rt/BlocksRuntime/tests/macro.c b/compiler-rt/lib/BlocksRuntime/tests/macro.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/macro.c rename to compiler-rt/lib/BlocksRuntime/tests/macro.c diff --git a/compiler-rt/BlocksRuntime/tests/makefile b/compiler-rt/lib/BlocksRuntime/tests/makefile similarity index 100% rename from compiler-rt/BlocksRuntime/tests/makefile rename to compiler-rt/lib/BlocksRuntime/tests/makefile diff --git a/compiler-rt/BlocksRuntime/tests/modglobal.c b/compiler-rt/lib/BlocksRuntime/tests/modglobal.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/modglobal.c rename to compiler-rt/lib/BlocksRuntime/tests/modglobal.c diff --git a/compiler-rt/BlocksRuntime/tests/nestedimport.c b/compiler-rt/lib/BlocksRuntime/tests/nestedimport.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/nestedimport.c rename to compiler-rt/lib/BlocksRuntime/tests/nestedimport.c diff --git a/compiler-rt/BlocksRuntime/tests/nullblockisa.c b/compiler-rt/lib/BlocksRuntime/tests/nullblockisa.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/nullblockisa.c rename to compiler-rt/lib/BlocksRuntime/tests/nullblockisa.c diff --git a/compiler-rt/BlocksRuntime/tests/objectRRGC.c b/compiler-rt/lib/BlocksRuntime/tests/objectRRGC.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/objectRRGC.c rename to compiler-rt/lib/BlocksRuntime/tests/objectRRGC.c diff --git a/compiler-rt/BlocksRuntime/tests/objectassign.c b/compiler-rt/lib/BlocksRuntime/tests/objectassign.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/objectassign.c rename to compiler-rt/lib/BlocksRuntime/tests/objectassign.c diff --git a/compiler-rt/BlocksRuntime/tests/orbars.c b/compiler-rt/lib/BlocksRuntime/tests/orbars.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/orbars.c rename to compiler-rt/lib/BlocksRuntime/tests/orbars.c diff --git a/compiler-rt/BlocksRuntime/tests/rdar6396238.c b/compiler-rt/lib/BlocksRuntime/tests/rdar6396238.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/rdar6396238.c rename to compiler-rt/lib/BlocksRuntime/tests/rdar6396238.c diff --git a/compiler-rt/BlocksRuntime/tests/rdar6405500.c b/compiler-rt/lib/BlocksRuntime/tests/rdar6405500.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/rdar6405500.c rename to compiler-rt/lib/BlocksRuntime/tests/rdar6405500.c diff --git a/compiler-rt/BlocksRuntime/tests/rdar6414583.c b/compiler-rt/lib/BlocksRuntime/tests/rdar6414583.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/rdar6414583.c rename to compiler-rt/lib/BlocksRuntime/tests/rdar6414583.c diff --git a/compiler-rt/BlocksRuntime/tests/recursive-block.c b/compiler-rt/lib/BlocksRuntime/tests/recursive-block.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/recursive-block.c rename to compiler-rt/lib/BlocksRuntime/tests/recursive-block.c diff --git a/compiler-rt/BlocksRuntime/tests/recursive-test.c b/compiler-rt/lib/BlocksRuntime/tests/recursive-test.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/recursive-test.c rename to compiler-rt/lib/BlocksRuntime/tests/recursive-test.c diff --git a/compiler-rt/BlocksRuntime/tests/recursiveassign.c b/compiler-rt/lib/BlocksRuntime/tests/recursiveassign.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/recursiveassign.c rename to compiler-rt/lib/BlocksRuntime/tests/recursiveassign.c diff --git a/compiler-rt/BlocksRuntime/tests/reference.C b/compiler-rt/lib/BlocksRuntime/tests/reference.C similarity index 100% rename from compiler-rt/BlocksRuntime/tests/reference.C rename to compiler-rt/lib/BlocksRuntime/tests/reference.C diff --git a/compiler-rt/BlocksRuntime/tests/rettypepromotion.c b/compiler-rt/lib/BlocksRuntime/tests/rettypepromotion.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/rettypepromotion.c rename to compiler-rt/lib/BlocksRuntime/tests/rettypepromotion.c diff --git a/compiler-rt/BlocksRuntime/tests/returnfunctionptr.c b/compiler-rt/lib/BlocksRuntime/tests/returnfunctionptr.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/returnfunctionptr.c rename to compiler-rt/lib/BlocksRuntime/tests/returnfunctionptr.c diff --git a/compiler-rt/BlocksRuntime/tests/shorthandexpression.c b/compiler-rt/lib/BlocksRuntime/tests/shorthandexpression.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/shorthandexpression.c rename to compiler-rt/lib/BlocksRuntime/tests/shorthandexpression.c diff --git a/compiler-rt/BlocksRuntime/tests/sizeof.c b/compiler-rt/lib/BlocksRuntime/tests/sizeof.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/sizeof.c rename to compiler-rt/lib/BlocksRuntime/tests/sizeof.c diff --git a/compiler-rt/BlocksRuntime/tests/small-struct.c b/compiler-rt/lib/BlocksRuntime/tests/small-struct.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/small-struct.c rename to compiler-rt/lib/BlocksRuntime/tests/small-struct.c diff --git a/compiler-rt/BlocksRuntime/tests/structmember.c b/compiler-rt/lib/BlocksRuntime/tests/structmember.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/structmember.c rename to compiler-rt/lib/BlocksRuntime/tests/structmember.c diff --git a/compiler-rt/BlocksRuntime/tests/testfilerunner.h b/compiler-rt/lib/BlocksRuntime/tests/testfilerunner.h similarity index 100% rename from compiler-rt/BlocksRuntime/tests/testfilerunner.h rename to compiler-rt/lib/BlocksRuntime/tests/testfilerunner.h diff --git a/compiler-rt/BlocksRuntime/tests/testfilerunner.m b/compiler-rt/lib/BlocksRuntime/tests/testfilerunner.m similarity index 100% rename from compiler-rt/BlocksRuntime/tests/testfilerunner.m rename to compiler-rt/lib/BlocksRuntime/tests/testfilerunner.m diff --git a/compiler-rt/BlocksRuntime/tests/varargs-bad-assign.c b/compiler-rt/lib/BlocksRuntime/tests/varargs-bad-assign.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/varargs-bad-assign.c rename to compiler-rt/lib/BlocksRuntime/tests/varargs-bad-assign.c diff --git a/compiler-rt/BlocksRuntime/tests/varargs.c b/compiler-rt/lib/BlocksRuntime/tests/varargs.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/varargs.c rename to compiler-rt/lib/BlocksRuntime/tests/varargs.c diff --git a/compiler-rt/BlocksRuntime/tests/variadic.c b/compiler-rt/lib/BlocksRuntime/tests/variadic.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/variadic.c rename to compiler-rt/lib/BlocksRuntime/tests/variadic.c diff --git a/compiler-rt/BlocksRuntime/tests/voidarg.c b/compiler-rt/lib/BlocksRuntime/tests/voidarg.c similarity index 100% rename from compiler-rt/BlocksRuntime/tests/voidarg.c rename to compiler-rt/lib/BlocksRuntime/tests/voidarg.c