summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2014-02-14 08:38:30 +0000
committerAlexey Samsonov <samsonov@google.com>2014-02-14 08:38:30 +0000
commitb8665226ec21e500dd210a39b8ca6c99dd7f4f51 (patch)
tree2cc572d674634d8fd175a63273c60bcb549ce54d
parentabc621668d1f6f9693827cf9a1095a94b21ddce8 (diff)
downloadbcm5719-llvm-b8665226ec21e500dd210a39b8ca6c99dd7f4f51.tar.gz
bcm5719-llvm-b8665226ec21e500dd210a39b8ca6c99dd7f4f51.zip
Move BlocksRuntime to lib/ directory
llvm-svn: 201390
-rw-r--r--compiler-rt/lib/BlocksRuntime/Block.h (renamed from compiler-rt/BlocksRuntime/Block.h)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/Block_private.h (renamed from compiler-rt/BlocksRuntime/Block_private.h)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/data.c (renamed from compiler-rt/BlocksRuntime/data.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/runtime.c (renamed from compiler-rt/BlocksRuntime/runtime.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/block-static.c (renamed from compiler-rt/BlocksRuntime/tests/block-static.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/blockimport.c (renamed from compiler-rt/BlocksRuntime/tests/blockimport.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefaccess.c (renamed from compiler-rt/BlocksRuntime/tests/byrefaccess.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefcopy.c (renamed from compiler-rt/BlocksRuntime/tests/byrefcopy.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefcopycopy.c (renamed from compiler-rt/BlocksRuntime/tests/byrefcopycopy.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefcopyinner.c (renamed from compiler-rt/BlocksRuntime/tests/byrefcopyinner.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefcopyint.c (renamed from compiler-rt/BlocksRuntime/tests/byrefcopyint.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefcopystack.c (renamed from compiler-rt/BlocksRuntime/tests/byrefcopystack.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefsanity.c (renamed from compiler-rt/BlocksRuntime/tests/byrefsanity.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/byrefstruct.c (renamed from compiler-rt/BlocksRuntime/tests/byrefstruct.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/c99.c (renamed from compiler-rt/BlocksRuntime/tests/c99.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/cast.c (renamed from compiler-rt/BlocksRuntime/tests/cast.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/constassign.c (renamed from compiler-rt/BlocksRuntime/tests/constassign.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/copy-block-literal-rdar6439600.c (renamed from compiler-rt/BlocksRuntime/tests/copy-block-literal-rdar6439600.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/copyconstructor.C (renamed from compiler-rt/BlocksRuntime/tests/copyconstructor.C)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/copynull.c (renamed from compiler-rt/BlocksRuntime/tests/copynull.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/dispatch_async.c (renamed from compiler-rt/BlocksRuntime/tests/dispatch_async.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/dispatch_call_Block_with_release.c (renamed from compiler-rt/BlocksRuntime/tests/dispatch_call_Block_with_release.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/fail.c (renamed from compiler-rt/BlocksRuntime/tests/fail.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/flagsisa.c (renamed from compiler-rt/BlocksRuntime/tests/flagsisa.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/globalexpression.c (renamed from compiler-rt/BlocksRuntime/tests/globalexpression.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/goto.c (renamed from compiler-rt/BlocksRuntime/tests/goto.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/hasdescriptor.c (renamed from compiler-rt/BlocksRuntime/tests/hasdescriptor.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/josh.C (renamed from compiler-rt/BlocksRuntime/tests/josh.C)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/k-and-r.c (renamed from compiler-rt/BlocksRuntime/tests/k-and-r.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/large-struct.c (renamed from compiler-rt/BlocksRuntime/tests/large-struct.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/localisglobal.c (renamed from compiler-rt/BlocksRuntime/tests/localisglobal.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/macro.c (renamed from compiler-rt/BlocksRuntime/tests/macro.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/makefile (renamed from compiler-rt/BlocksRuntime/tests/makefile)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/modglobal.c (renamed from compiler-rt/BlocksRuntime/tests/modglobal.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/nestedimport.c (renamed from compiler-rt/BlocksRuntime/tests/nestedimport.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/nullblockisa.c (renamed from compiler-rt/BlocksRuntime/tests/nullblockisa.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/objectRRGC.c (renamed from compiler-rt/BlocksRuntime/tests/objectRRGC.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/objectassign.c (renamed from compiler-rt/BlocksRuntime/tests/objectassign.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/orbars.c (renamed from compiler-rt/BlocksRuntime/tests/orbars.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/rdar6396238.c (renamed from compiler-rt/BlocksRuntime/tests/rdar6396238.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/rdar6405500.c (renamed from compiler-rt/BlocksRuntime/tests/rdar6405500.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/rdar6414583.c (renamed from compiler-rt/BlocksRuntime/tests/rdar6414583.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/recursive-block.c (renamed from compiler-rt/BlocksRuntime/tests/recursive-block.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/recursive-test.c (renamed from compiler-rt/BlocksRuntime/tests/recursive-test.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/recursiveassign.c (renamed from compiler-rt/BlocksRuntime/tests/recursiveassign.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/reference.C (renamed from compiler-rt/BlocksRuntime/tests/reference.C)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/rettypepromotion.c (renamed from compiler-rt/BlocksRuntime/tests/rettypepromotion.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/returnfunctionptr.c (renamed from compiler-rt/BlocksRuntime/tests/returnfunctionptr.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/shorthandexpression.c (renamed from compiler-rt/BlocksRuntime/tests/shorthandexpression.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/sizeof.c (renamed from compiler-rt/BlocksRuntime/tests/sizeof.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/small-struct.c (renamed from compiler-rt/BlocksRuntime/tests/small-struct.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/structmember.c (renamed from compiler-rt/BlocksRuntime/tests/structmember.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/testfilerunner.h (renamed from compiler-rt/BlocksRuntime/tests/testfilerunner.h)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/testfilerunner.m (renamed from compiler-rt/BlocksRuntime/tests/testfilerunner.m)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/varargs-bad-assign.c (renamed from compiler-rt/BlocksRuntime/tests/varargs-bad-assign.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/varargs.c (renamed from compiler-rt/BlocksRuntime/tests/varargs.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/variadic.c (renamed from compiler-rt/BlocksRuntime/tests/variadic.c)0
-rw-r--r--compiler-rt/lib/BlocksRuntime/tests/voidarg.c (renamed from compiler-rt/BlocksRuntime/tests/voidarg.c)0
58 files changed, 0 insertions, 0 deletions
diff --git a/compiler-rt/BlocksRuntime/Block.h b/compiler-rt/lib/BlocksRuntime/Block.h
index 55cdd01a912..55cdd01a912 100644
--- a/compiler-rt/BlocksRuntime/Block.h
+++ b/compiler-rt/lib/BlocksRuntime/Block.h
diff --git a/compiler-rt/BlocksRuntime/Block_private.h b/compiler-rt/lib/BlocksRuntime/Block_private.h
index 8ae821815eb..8ae821815eb 100644
--- a/compiler-rt/BlocksRuntime/Block_private.h
+++ b/compiler-rt/lib/BlocksRuntime/Block_private.h
diff --git a/compiler-rt/BlocksRuntime/data.c b/compiler-rt/lib/BlocksRuntime/data.c
index b4eb02e0b01..b4eb02e0b01 100644
--- a/compiler-rt/BlocksRuntime/data.c
+++ b/compiler-rt/lib/BlocksRuntime/data.c
diff --git a/compiler-rt/BlocksRuntime/runtime.c b/compiler-rt/lib/BlocksRuntime/runtime.c
index a059c2234df..a059c2234df 100644
--- a/compiler-rt/BlocksRuntime/runtime.c
+++ b/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
index d38c816cf01..d38c816cf01 100644
--- a/compiler-rt/BlocksRuntime/tests/block-static.c
+++ b/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
index 178fce4395e..178fce4395e 100644
--- a/compiler-rt/BlocksRuntime/tests/blockimport.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/blockimport.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefaccess.c b/compiler-rt/lib/BlocksRuntime/tests/byrefaccess.c
index 4565553338a..4565553338a 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefaccess.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefaccess.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopy.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopy.c
index 513b63c2725..513b63c2725 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefcopy.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefcopy.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopycopy.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopycopy.c
index d6fafc152e1..d6fafc152e1 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefcopycopy.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefcopycopy.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopyinner.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopyinner.c
index 07770933afe..07770933afe 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefcopyinner.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefcopyinner.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopyint.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopyint.c
index d632f88a0bc..d632f88a0bc 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefcopyint.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefcopyint.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefcopystack.c b/compiler-rt/lib/BlocksRuntime/tests/byrefcopystack.c
index d119afa3668..d119afa3668 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefcopystack.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefcopystack.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefsanity.c b/compiler-rt/lib/BlocksRuntime/tests/byrefsanity.c
index dfa16b0ddd6..dfa16b0ddd6 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefsanity.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefsanity.c
diff --git a/compiler-rt/BlocksRuntime/tests/byrefstruct.c b/compiler-rt/lib/BlocksRuntime/tests/byrefstruct.c
index a3dc44e2c36..a3dc44e2c36 100644
--- a/compiler-rt/BlocksRuntime/tests/byrefstruct.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/byrefstruct.c
diff --git a/compiler-rt/BlocksRuntime/tests/c99.c b/compiler-rt/lib/BlocksRuntime/tests/c99.c
index 8f31ab3fdfb..8f31ab3fdfb 100644
--- a/compiler-rt/BlocksRuntime/tests/c99.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/c99.c
diff --git a/compiler-rt/BlocksRuntime/tests/cast.c b/compiler-rt/lib/BlocksRuntime/tests/cast.c
index 5bef2c19def..5bef2c19def 100644
--- a/compiler-rt/BlocksRuntime/tests/cast.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/cast.c
diff --git a/compiler-rt/BlocksRuntime/tests/constassign.c b/compiler-rt/lib/BlocksRuntime/tests/constassign.c
index 537cb2df059..537cb2df059 100644
--- a/compiler-rt/BlocksRuntime/tests/constassign.c
+++ b/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
index 6fa488eee4f..6fa488eee4f 100644
--- a/compiler-rt/BlocksRuntime/tests/copy-block-literal-rdar6439600.c
+++ b/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
index 626d33e80e8..626d33e80e8 100644
--- a/compiler-rt/BlocksRuntime/tests/copyconstructor.C
+++ b/compiler-rt/lib/BlocksRuntime/tests/copyconstructor.C
diff --git a/compiler-rt/BlocksRuntime/tests/copynull.c b/compiler-rt/lib/BlocksRuntime/tests/copynull.c
index c49e499f3ab..c49e499f3ab 100644
--- a/compiler-rt/BlocksRuntime/tests/copynull.c
+++ b/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
index e3e517c5465..e3e517c5465 100644
--- a/compiler-rt/BlocksRuntime/tests/dispatch_async.c
+++ b/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
index 9e06f69ba76..9e06f69ba76 100644
--- a/compiler-rt/BlocksRuntime/tests/dispatch_call_Block_with_release.c
+++ b/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
index 28dbc2d1521..28dbc2d1521 100644
--- a/compiler-rt/BlocksRuntime/tests/fail.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/fail.c
diff --git a/compiler-rt/BlocksRuntime/tests/flagsisa.c b/compiler-rt/lib/BlocksRuntime/tests/flagsisa.c
index 5d4b2dcb403..5d4b2dcb403 100644
--- a/compiler-rt/BlocksRuntime/tests/flagsisa.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/flagsisa.c
diff --git a/compiler-rt/BlocksRuntime/tests/globalexpression.c b/compiler-rt/lib/BlocksRuntime/tests/globalexpression.c
index eeedd75e707..eeedd75e707 100644
--- a/compiler-rt/BlocksRuntime/tests/globalexpression.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/globalexpression.c
diff --git a/compiler-rt/BlocksRuntime/tests/goto.c b/compiler-rt/lib/BlocksRuntime/tests/goto.c
index 7e5b08adbe8..7e5b08adbe8 100644
--- a/compiler-rt/BlocksRuntime/tests/goto.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/goto.c
diff --git a/compiler-rt/BlocksRuntime/tests/hasdescriptor.c b/compiler-rt/lib/BlocksRuntime/tests/hasdescriptor.c
index 429adb9bdb1..429adb9bdb1 100644
--- a/compiler-rt/BlocksRuntime/tests/hasdescriptor.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/hasdescriptor.c
diff --git a/compiler-rt/BlocksRuntime/tests/josh.C b/compiler-rt/lib/BlocksRuntime/tests/josh.C
index dbc7369e8c3..dbc7369e8c3 100644
--- a/compiler-rt/BlocksRuntime/tests/josh.C
+++ b/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
index 16b9cc643b5..16b9cc643b5 100644
--- a/compiler-rt/BlocksRuntime/tests/k-and-r.c
+++ b/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
index 1867bd02dfa..1867bd02dfa 100644
--- a/compiler-rt/BlocksRuntime/tests/large-struct.c
+++ b/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
index 75a79dff48e..75a79dff48e 100644
--- a/compiler-rt/BlocksRuntime/tests/localisglobal.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/localisglobal.c
diff --git a/compiler-rt/BlocksRuntime/tests/macro.c b/compiler-rt/lib/BlocksRuntime/tests/macro.c
index 988c0689b8f..988c0689b8f 100644
--- a/compiler-rt/BlocksRuntime/tests/macro.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/macro.c
diff --git a/compiler-rt/BlocksRuntime/tests/makefile b/compiler-rt/lib/BlocksRuntime/tests/makefile
index 2734bcae35f..2734bcae35f 100644
--- a/compiler-rt/BlocksRuntime/tests/makefile
+++ b/compiler-rt/lib/BlocksRuntime/tests/makefile
diff --git a/compiler-rt/BlocksRuntime/tests/modglobal.c b/compiler-rt/lib/BlocksRuntime/tests/modglobal.c
index 562d5a5cc41..562d5a5cc41 100644
--- a/compiler-rt/BlocksRuntime/tests/modglobal.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/modglobal.c
diff --git a/compiler-rt/BlocksRuntime/tests/nestedimport.c b/compiler-rt/lib/BlocksRuntime/tests/nestedimport.c
index e8066922fbb..e8066922fbb 100644
--- a/compiler-rt/BlocksRuntime/tests/nestedimport.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/nestedimport.c
diff --git a/compiler-rt/BlocksRuntime/tests/nullblockisa.c b/compiler-rt/lib/BlocksRuntime/tests/nullblockisa.c
index ba0282e8208..ba0282e8208 100644
--- a/compiler-rt/BlocksRuntime/tests/nullblockisa.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/nullblockisa.c
diff --git a/compiler-rt/BlocksRuntime/tests/objectRRGC.c b/compiler-rt/lib/BlocksRuntime/tests/objectRRGC.c
index 2cefea2afd3..2cefea2afd3 100644
--- a/compiler-rt/BlocksRuntime/tests/objectRRGC.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/objectRRGC.c
diff --git a/compiler-rt/BlocksRuntime/tests/objectassign.c b/compiler-rt/lib/BlocksRuntime/tests/objectassign.c
index 1c4f4841419..1c4f4841419 100644
--- a/compiler-rt/BlocksRuntime/tests/objectassign.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/objectassign.c
diff --git a/compiler-rt/BlocksRuntime/tests/orbars.c b/compiler-rt/lib/BlocksRuntime/tests/orbars.c
index 18a9244452f..18a9244452f 100644
--- a/compiler-rt/BlocksRuntime/tests/orbars.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/orbars.c
diff --git a/compiler-rt/BlocksRuntime/tests/rdar6396238.c b/compiler-rt/lib/BlocksRuntime/tests/rdar6396238.c
index 280415643a1..280415643a1 100644
--- a/compiler-rt/BlocksRuntime/tests/rdar6396238.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/rdar6396238.c
diff --git a/compiler-rt/BlocksRuntime/tests/rdar6405500.c b/compiler-rt/lib/BlocksRuntime/tests/rdar6405500.c
index 1ab4624bcfc..1ab4624bcfc 100644
--- a/compiler-rt/BlocksRuntime/tests/rdar6405500.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/rdar6405500.c
diff --git a/compiler-rt/BlocksRuntime/tests/rdar6414583.c b/compiler-rt/lib/BlocksRuntime/tests/rdar6414583.c
index 2ada04d3ddc..2ada04d3ddc 100644
--- a/compiler-rt/BlocksRuntime/tests/rdar6414583.c
+++ b/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
index 454ad48267d..454ad48267d 100644
--- a/compiler-rt/BlocksRuntime/tests/recursive-block.c
+++ b/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
index f7991486312..f7991486312 100644
--- a/compiler-rt/BlocksRuntime/tests/recursive-test.c
+++ b/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
index f0070cbe5c9..f0070cbe5c9 100644
--- a/compiler-rt/BlocksRuntime/tests/recursiveassign.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/recursiveassign.c
diff --git a/compiler-rt/BlocksRuntime/tests/reference.C b/compiler-rt/lib/BlocksRuntime/tests/reference.C
index f86f11e86ce..f86f11e86ce 100644
--- a/compiler-rt/BlocksRuntime/tests/reference.C
+++ b/compiler-rt/lib/BlocksRuntime/tests/reference.C
diff --git a/compiler-rt/BlocksRuntime/tests/rettypepromotion.c b/compiler-rt/lib/BlocksRuntime/tests/rettypepromotion.c
index 597eafe8b85..597eafe8b85 100644
--- a/compiler-rt/BlocksRuntime/tests/rettypepromotion.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/rettypepromotion.c
diff --git a/compiler-rt/BlocksRuntime/tests/returnfunctionptr.c b/compiler-rt/lib/BlocksRuntime/tests/returnfunctionptr.c
index 6c7df631f8d..6c7df631f8d 100644
--- a/compiler-rt/BlocksRuntime/tests/returnfunctionptr.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/returnfunctionptr.c
diff --git a/compiler-rt/BlocksRuntime/tests/shorthandexpression.c b/compiler-rt/lib/BlocksRuntime/tests/shorthandexpression.c
index bf4582072b4..bf4582072b4 100644
--- a/compiler-rt/BlocksRuntime/tests/shorthandexpression.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/shorthandexpression.c
diff --git a/compiler-rt/BlocksRuntime/tests/sizeof.c b/compiler-rt/lib/BlocksRuntime/tests/sizeof.c
index 1f84fc16f38..1f84fc16f38 100644
--- a/compiler-rt/BlocksRuntime/tests/sizeof.c
+++ b/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
index 434f3c179f7..434f3c179f7 100644
--- a/compiler-rt/BlocksRuntime/tests/small-struct.c
+++ b/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
index c451d3f348c..c451d3f348c 100644
--- a/compiler-rt/BlocksRuntime/tests/structmember.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/structmember.c
diff --git a/compiler-rt/BlocksRuntime/tests/testfilerunner.h b/compiler-rt/lib/BlocksRuntime/tests/testfilerunner.h
index d4e54f02904..d4e54f02904 100644
--- a/compiler-rt/BlocksRuntime/tests/testfilerunner.h
+++ b/compiler-rt/lib/BlocksRuntime/tests/testfilerunner.h
diff --git a/compiler-rt/BlocksRuntime/tests/testfilerunner.m b/compiler-rt/lib/BlocksRuntime/tests/testfilerunner.m
index 459adf889f6..459adf889f6 100644
--- a/compiler-rt/BlocksRuntime/tests/testfilerunner.m
+++ b/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
index b978668b95c..b978668b95c 100644
--- a/compiler-rt/BlocksRuntime/tests/varargs-bad-assign.c
+++ b/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
index 01affc76e68..01affc76e68 100644
--- a/compiler-rt/BlocksRuntime/tests/varargs.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/varargs.c
diff --git a/compiler-rt/BlocksRuntime/tests/variadic.c b/compiler-rt/lib/BlocksRuntime/tests/variadic.c
index 1d80657e988..1d80657e988 100644
--- a/compiler-rt/BlocksRuntime/tests/variadic.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/variadic.c
diff --git a/compiler-rt/BlocksRuntime/tests/voidarg.c b/compiler-rt/lib/BlocksRuntime/tests/voidarg.c
index a8f034b47c1..a8f034b47c1 100644
--- a/compiler-rt/BlocksRuntime/tests/voidarg.c
+++ b/compiler-rt/lib/BlocksRuntime/tests/voidarg.c
OpenPOWER on IntegriCloud