summaryrefslogtreecommitdiff
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
commitdb75ada3a3169f4bc4b9f9f04b42a5075d264743 (patch)
tree93631b13cadee6e4a9ac6e452ed06534ee5102fc
parent5c8699e6a78818c59ece2c60f77ad630b1b6eb86 (diff)
Move BlocksRuntime to lib/ directory
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201390 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/BlocksRuntime/Block.h (renamed from BlocksRuntime/Block.h)0
-rw-r--r--lib/BlocksRuntime/Block_private.h (renamed from BlocksRuntime/Block_private.h)0
-rw-r--r--lib/BlocksRuntime/data.c (renamed from BlocksRuntime/data.c)0
-rw-r--r--lib/BlocksRuntime/runtime.c (renamed from BlocksRuntime/runtime.c)0
-rw-r--r--lib/BlocksRuntime/tests/block-static.c (renamed from BlocksRuntime/tests/block-static.c)0
-rw-r--r--lib/BlocksRuntime/tests/blockimport.c (renamed from BlocksRuntime/tests/blockimport.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefaccess.c (renamed from BlocksRuntime/tests/byrefaccess.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefcopy.c (renamed from BlocksRuntime/tests/byrefcopy.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefcopycopy.c (renamed from BlocksRuntime/tests/byrefcopycopy.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefcopyinner.c (renamed from BlocksRuntime/tests/byrefcopyinner.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefcopyint.c (renamed from BlocksRuntime/tests/byrefcopyint.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefcopystack.c (renamed from BlocksRuntime/tests/byrefcopystack.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefsanity.c (renamed from BlocksRuntime/tests/byrefsanity.c)0
-rw-r--r--lib/BlocksRuntime/tests/byrefstruct.c (renamed from BlocksRuntime/tests/byrefstruct.c)0
-rw-r--r--lib/BlocksRuntime/tests/c99.c (renamed from BlocksRuntime/tests/c99.c)0
-rw-r--r--lib/BlocksRuntime/tests/cast.c (renamed from BlocksRuntime/tests/cast.c)0
-rw-r--r--lib/BlocksRuntime/tests/constassign.c (renamed from BlocksRuntime/tests/constassign.c)0
-rw-r--r--lib/BlocksRuntime/tests/copy-block-literal-rdar6439600.c (renamed from BlocksRuntime/tests/copy-block-literal-rdar6439600.c)0
-rw-r--r--lib/BlocksRuntime/tests/copyconstructor.C (renamed from BlocksRuntime/tests/copyconstructor.C)0
-rw-r--r--lib/BlocksRuntime/tests/copynull.c (renamed from BlocksRuntime/tests/copynull.c)0
-rw-r--r--lib/BlocksRuntime/tests/dispatch_async.c (renamed from BlocksRuntime/tests/dispatch_async.c)0
-rw-r--r--lib/BlocksRuntime/tests/dispatch_call_Block_with_release.c (renamed from BlocksRuntime/tests/dispatch_call_Block_with_release.c)0
-rw-r--r--lib/BlocksRuntime/tests/fail.c (renamed from BlocksRuntime/tests/fail.c)0
-rw-r--r--lib/BlocksRuntime/tests/flagsisa.c (renamed from BlocksRuntime/tests/flagsisa.c)0
-rw-r--r--lib/BlocksRuntime/tests/globalexpression.c (renamed from BlocksRuntime/tests/globalexpression.c)0
-rw-r--r--lib/BlocksRuntime/tests/goto.c (renamed from BlocksRuntime/tests/goto.c)0
-rw-r--r--lib/BlocksRuntime/tests/hasdescriptor.c (renamed from BlocksRuntime/tests/hasdescriptor.c)0
-rw-r--r--lib/BlocksRuntime/tests/josh.C (renamed from BlocksRuntime/tests/josh.C)0
-rw-r--r--lib/BlocksRuntime/tests/k-and-r.c (renamed from BlocksRuntime/tests/k-and-r.c)0
-rw-r--r--lib/BlocksRuntime/tests/large-struct.c (renamed from BlocksRuntime/tests/large-struct.c)0
-rw-r--r--lib/BlocksRuntime/tests/localisglobal.c (renamed from BlocksRuntime/tests/localisglobal.c)0
-rw-r--r--lib/BlocksRuntime/tests/macro.c (renamed from BlocksRuntime/tests/macro.c)0
-rw-r--r--lib/BlocksRuntime/tests/makefile (renamed from BlocksRuntime/tests/makefile)0
-rw-r--r--lib/BlocksRuntime/tests/modglobal.c (renamed from BlocksRuntime/tests/modglobal.c)0
-rw-r--r--lib/BlocksRuntime/tests/nestedimport.c (renamed from BlocksRuntime/tests/nestedimport.c)0
-rw-r--r--lib/BlocksRuntime/tests/nullblockisa.c (renamed from BlocksRuntime/tests/nullblockisa.c)0
-rw-r--r--lib/BlocksRuntime/tests/objectRRGC.c (renamed from BlocksRuntime/tests/objectRRGC.c)0
-rw-r--r--lib/BlocksRuntime/tests/objectassign.c (renamed from BlocksRuntime/tests/objectassign.c)0
-rw-r--r--lib/BlocksRuntime/tests/orbars.c (renamed from BlocksRuntime/tests/orbars.c)0
-rw-r--r--lib/BlocksRuntime/tests/rdar6396238.c (renamed from BlocksRuntime/tests/rdar6396238.c)0
-rw-r--r--lib/BlocksRuntime/tests/rdar6405500.c (renamed from BlocksRuntime/tests/rdar6405500.c)0
-rw-r--r--lib/BlocksRuntime/tests/rdar6414583.c (renamed from BlocksRuntime/tests/rdar6414583.c)0
-rw-r--r--lib/BlocksRuntime/tests/recursive-block.c (renamed from BlocksRuntime/tests/recursive-block.c)0
-rw-r--r--lib/BlocksRuntime/tests/recursive-test.c (renamed from BlocksRuntime/tests/recursive-test.c)0
-rw-r--r--lib/BlocksRuntime/tests/recursiveassign.c (renamed from BlocksRuntime/tests/recursiveassign.c)0
-rw-r--r--lib/BlocksRuntime/tests/reference.C (renamed from BlocksRuntime/tests/reference.C)0
-rw-r--r--lib/BlocksRuntime/tests/rettypepromotion.c (renamed from BlocksRuntime/tests/rettypepromotion.c)0
-rw-r--r--lib/BlocksRuntime/tests/returnfunctionptr.c (renamed from BlocksRuntime/tests/returnfunctionptr.c)0
-rw-r--r--lib/BlocksRuntime/tests/shorthandexpression.c (renamed from BlocksRuntime/tests/shorthandexpression.c)0
-rw-r--r--lib/BlocksRuntime/tests/sizeof.c (renamed from BlocksRuntime/tests/sizeof.c)0
-rw-r--r--lib/BlocksRuntime/tests/small-struct.c (renamed from BlocksRuntime/tests/small-struct.c)0
-rw-r--r--lib/BlocksRuntime/tests/structmember.c (renamed from BlocksRuntime/tests/structmember.c)0
-rw-r--r--lib/BlocksRuntime/tests/testfilerunner.h (renamed from BlocksRuntime/tests/testfilerunner.h)0
-rw-r--r--lib/BlocksRuntime/tests/testfilerunner.m (renamed from BlocksRuntime/tests/testfilerunner.m)0
-rw-r--r--lib/BlocksRuntime/tests/varargs-bad-assign.c (renamed from BlocksRuntime/tests/varargs-bad-assign.c)0
-rw-r--r--lib/BlocksRuntime/tests/varargs.c (renamed from BlocksRuntime/tests/varargs.c)0
-rw-r--r--lib/BlocksRuntime/tests/variadic.c (renamed from BlocksRuntime/tests/variadic.c)0
-rw-r--r--lib/BlocksRuntime/tests/voidarg.c (renamed from BlocksRuntime/tests/voidarg.c)0
58 files changed, 0 insertions, 0 deletions
diff --git a/BlocksRuntime/Block.h b/lib/BlocksRuntime/Block.h
index 55cdd01a9..55cdd01a9 100644
--- a/BlocksRuntime/Block.h
+++ b/lib/BlocksRuntime/Block.h
diff --git a/BlocksRuntime/Block_private.h b/lib/BlocksRuntime/Block_private.h
index 8ae821815..8ae821815 100644
--- a/BlocksRuntime/Block_private.h
+++ b/lib/BlocksRuntime/Block_private.h
diff --git a/BlocksRuntime/data.c b/lib/BlocksRuntime/data.c
index b4eb02e0b..b4eb02e0b 100644
--- a/BlocksRuntime/data.c
+++ b/lib/BlocksRuntime/data.c
diff --git a/BlocksRuntime/runtime.c b/lib/BlocksRuntime/runtime.c
index a059c2234..a059c2234 100644
--- a/BlocksRuntime/runtime.c
+++ b/lib/BlocksRuntime/runtime.c
diff --git a/BlocksRuntime/tests/block-static.c b/lib/BlocksRuntime/tests/block-static.c
index d38c816cf..d38c816cf 100644
--- a/BlocksRuntime/tests/block-static.c
+++ b/lib/BlocksRuntime/tests/block-static.c
diff --git a/BlocksRuntime/tests/blockimport.c b/lib/BlocksRuntime/tests/blockimport.c
index 178fce439..178fce439 100644
--- a/BlocksRuntime/tests/blockimport.c
+++ b/lib/BlocksRuntime/tests/blockimport.c
diff --git a/BlocksRuntime/tests/byrefaccess.c b/lib/BlocksRuntime/tests/byrefaccess.c
index 456555333..456555333 100644
--- a/BlocksRuntime/tests/byrefaccess.c
+++ b/lib/BlocksRuntime/tests/byrefaccess.c
diff --git a/BlocksRuntime/tests/byrefcopy.c b/lib/BlocksRuntime/tests/byrefcopy.c
index 513b63c27..513b63c27 100644
--- a/BlocksRuntime/tests/byrefcopy.c
+++ b/lib/BlocksRuntime/tests/byrefcopy.c
diff --git a/BlocksRuntime/tests/byrefcopycopy.c b/lib/BlocksRuntime/tests/byrefcopycopy.c
index d6fafc152..d6fafc152 100644
--- a/BlocksRuntime/tests/byrefcopycopy.c
+++ b/lib/BlocksRuntime/tests/byrefcopycopy.c
diff --git a/BlocksRuntime/tests/byrefcopyinner.c b/lib/BlocksRuntime/tests/byrefcopyinner.c
index 07770933a..07770933a 100644
--- a/BlocksRuntime/tests/byrefcopyinner.c
+++ b/lib/BlocksRuntime/tests/byrefcopyinner.c
diff --git a/BlocksRuntime/tests/byrefcopyint.c b/lib/BlocksRuntime/tests/byrefcopyint.c
index d632f88a0..d632f88a0 100644
--- a/BlocksRuntime/tests/byrefcopyint.c
+++ b/lib/BlocksRuntime/tests/byrefcopyint.c
diff --git a/BlocksRuntime/tests/byrefcopystack.c b/lib/BlocksRuntime/tests/byrefcopystack.c
index d119afa36..d119afa36 100644
--- a/BlocksRuntime/tests/byrefcopystack.c
+++ b/lib/BlocksRuntime/tests/byrefcopystack.c
diff --git a/BlocksRuntime/tests/byrefsanity.c b/lib/BlocksRuntime/tests/byrefsanity.c
index dfa16b0dd..dfa16b0dd 100644
--- a/BlocksRuntime/tests/byrefsanity.c
+++ b/lib/BlocksRuntime/tests/byrefsanity.c
diff --git a/BlocksRuntime/tests/byrefstruct.c b/lib/BlocksRuntime/tests/byrefstruct.c
index a3dc44e2c..a3dc44e2c 100644
--- a/BlocksRuntime/tests/byrefstruct.c
+++ b/lib/BlocksRuntime/tests/byrefstruct.c
diff --git a/BlocksRuntime/tests/c99.c b/lib/BlocksRuntime/tests/c99.c
index 8f31ab3fd..8f31ab3fd 100644
--- a/BlocksRuntime/tests/c99.c
+++ b/lib/BlocksRuntime/tests/c99.c
diff --git a/BlocksRuntime/tests/cast.c b/lib/BlocksRuntime/tests/cast.c
index 5bef2c19d..5bef2c19d 100644
--- a/BlocksRuntime/tests/cast.c
+++ b/lib/BlocksRuntime/tests/cast.c
diff --git a/BlocksRuntime/tests/constassign.c b/lib/BlocksRuntime/tests/constassign.c
index 537cb2df0..537cb2df0 100644
--- a/BlocksRuntime/tests/constassign.c
+++ b/lib/BlocksRuntime/tests/constassign.c
diff --git a/BlocksRuntime/tests/copy-block-literal-rdar6439600.c b/lib/BlocksRuntime/tests/copy-block-literal-rdar6439600.c
index 6fa488eee..6fa488eee 100644
--- a/BlocksRuntime/tests/copy-block-literal-rdar6439600.c
+++ b/lib/BlocksRuntime/tests/copy-block-literal-rdar6439600.c
diff --git a/BlocksRuntime/tests/copyconstructor.C b/lib/BlocksRuntime/tests/copyconstructor.C
index 626d33e80..626d33e80 100644
--- a/BlocksRuntime/tests/copyconstructor.C
+++ b/lib/BlocksRuntime/tests/copyconstructor.C
diff --git a/BlocksRuntime/tests/copynull.c b/lib/BlocksRuntime/tests/copynull.c
index c49e499f3..c49e499f3 100644
--- a/BlocksRuntime/tests/copynull.c
+++ b/lib/BlocksRuntime/tests/copynull.c
diff --git a/BlocksRuntime/tests/dispatch_async.c b/lib/BlocksRuntime/tests/dispatch_async.c
index e3e517c54..e3e517c54 100644
--- a/BlocksRuntime/tests/dispatch_async.c
+++ b/lib/BlocksRuntime/tests/dispatch_async.c
diff --git a/BlocksRuntime/tests/dispatch_call_Block_with_release.c b/lib/BlocksRuntime/tests/dispatch_call_Block_with_release.c
index 9e06f69ba..9e06f69ba 100644
--- a/BlocksRuntime/tests/dispatch_call_Block_with_release.c
+++ b/lib/BlocksRuntime/tests/dispatch_call_Block_with_release.c
diff --git a/BlocksRuntime/tests/fail.c b/lib/BlocksRuntime/tests/fail.c
index 28dbc2d15..28dbc2d15 100644
--- a/BlocksRuntime/tests/fail.c
+++ b/lib/BlocksRuntime/tests/fail.c
diff --git a/BlocksRuntime/tests/flagsisa.c b/lib/BlocksRuntime/tests/flagsisa.c
index 5d4b2dcb4..5d4b2dcb4 100644
--- a/BlocksRuntime/tests/flagsisa.c
+++ b/lib/BlocksRuntime/tests/flagsisa.c
diff --git a/BlocksRuntime/tests/globalexpression.c b/lib/BlocksRuntime/tests/globalexpression.c
index eeedd75e7..eeedd75e7 100644
--- a/BlocksRuntime/tests/globalexpression.c
+++ b/lib/BlocksRuntime/tests/globalexpression.c
diff --git a/BlocksRuntime/tests/goto.c b/lib/BlocksRuntime/tests/goto.c
index 7e5b08adb..7e5b08adb 100644
--- a/BlocksRuntime/tests/goto.c
+++ b/lib/BlocksRuntime/tests/goto.c
diff --git a/BlocksRuntime/tests/hasdescriptor.c b/lib/BlocksRuntime/tests/hasdescriptor.c
index 429adb9bd..429adb9bd 100644
--- a/BlocksRuntime/tests/hasdescriptor.c
+++ b/lib/BlocksRuntime/tests/hasdescriptor.c
diff --git a/BlocksRuntime/tests/josh.C b/lib/BlocksRuntime/tests/josh.C
index dbc7369e8..dbc7369e8 100644
--- a/BlocksRuntime/tests/josh.C
+++ b/lib/BlocksRuntime/tests/josh.C
diff --git a/BlocksRuntime/tests/k-and-r.c b/lib/BlocksRuntime/tests/k-and-r.c
index 16b9cc643..16b9cc643 100644
--- a/BlocksRuntime/tests/k-and-r.c
+++ b/lib/BlocksRuntime/tests/k-and-r.c
diff --git a/BlocksRuntime/tests/large-struct.c b/lib/BlocksRuntime/tests/large-struct.c
index 1867bd02d..1867bd02d 100644
--- a/BlocksRuntime/tests/large-struct.c
+++ b/lib/BlocksRuntime/tests/large-struct.c
diff --git a/BlocksRuntime/tests/localisglobal.c b/lib/BlocksRuntime/tests/localisglobal.c
index 75a79dff4..75a79dff4 100644
--- a/BlocksRuntime/tests/localisglobal.c
+++ b/lib/BlocksRuntime/tests/localisglobal.c
diff --git a/BlocksRuntime/tests/macro.c b/lib/BlocksRuntime/tests/macro.c
index 988c0689b..988c0689b 100644
--- a/BlocksRuntime/tests/macro.c
+++ b/lib/BlocksRuntime/tests/macro.c
diff --git a/BlocksRuntime/tests/makefile b/lib/BlocksRuntime/tests/makefile
index 2734bcae3..2734bcae3 100644
--- a/BlocksRuntime/tests/makefile
+++ b/lib/BlocksRuntime/tests/makefile
diff --git a/BlocksRuntime/tests/modglobal.c b/lib/BlocksRuntime/tests/modglobal.c
index 562d5a5cc..562d5a5cc 100644
--- a/BlocksRuntime/tests/modglobal.c
+++ b/lib/BlocksRuntime/tests/modglobal.c
diff --git a/BlocksRuntime/tests/nestedimport.c b/lib/BlocksRuntime/tests/nestedimport.c
index e8066922f..e8066922f 100644
--- a/BlocksRuntime/tests/nestedimport.c
+++ b/lib/BlocksRuntime/tests/nestedimport.c
diff --git a/BlocksRuntime/tests/nullblockisa.c b/lib/BlocksRuntime/tests/nullblockisa.c
index ba0282e82..ba0282e82 100644
--- a/BlocksRuntime/tests/nullblockisa.c
+++ b/lib/BlocksRuntime/tests/nullblockisa.c
diff --git a/BlocksRuntime/tests/objectRRGC.c b/lib/BlocksRuntime/tests/objectRRGC.c
index 2cefea2af..2cefea2af 100644
--- a/BlocksRuntime/tests/objectRRGC.c
+++ b/lib/BlocksRuntime/tests/objectRRGC.c
diff --git a/BlocksRuntime/tests/objectassign.c b/lib/BlocksRuntime/tests/objectassign.c
index 1c4f48414..1c4f48414 100644
--- a/BlocksRuntime/tests/objectassign.c
+++ b/lib/BlocksRuntime/tests/objectassign.c
diff --git a/BlocksRuntime/tests/orbars.c b/lib/BlocksRuntime/tests/orbars.c
index 18a924445..18a924445 100644
--- a/BlocksRuntime/tests/orbars.c
+++ b/lib/BlocksRuntime/tests/orbars.c
diff --git a/BlocksRuntime/tests/rdar6396238.c b/lib/BlocksRuntime/tests/rdar6396238.c
index 280415643..280415643 100644
--- a/BlocksRuntime/tests/rdar6396238.c
+++ b/lib/BlocksRuntime/tests/rdar6396238.c
diff --git a/BlocksRuntime/tests/rdar6405500.c b/lib/BlocksRuntime/tests/rdar6405500.c
index 1ab4624bc..1ab4624bc 100644
--- a/BlocksRuntime/tests/rdar6405500.c
+++ b/lib/BlocksRuntime/tests/rdar6405500.c
diff --git a/BlocksRuntime/tests/rdar6414583.c b/lib/BlocksRuntime/tests/rdar6414583.c
index 2ada04d3d..2ada04d3d 100644
--- a/BlocksRuntime/tests/rdar6414583.c
+++ b/lib/BlocksRuntime/tests/rdar6414583.c
diff --git a/BlocksRuntime/tests/recursive-block.c b/lib/BlocksRuntime/tests/recursive-block.c
index 454ad4826..454ad4826 100644
--- a/BlocksRuntime/tests/recursive-block.c
+++ b/lib/BlocksRuntime/tests/recursive-block.c
diff --git a/BlocksRuntime/tests/recursive-test.c b/lib/BlocksRuntime/tests/recursive-test.c
index f79914863..f79914863 100644
--- a/BlocksRuntime/tests/recursive-test.c
+++ b/lib/BlocksRuntime/tests/recursive-test.c
diff --git a/BlocksRuntime/tests/recursiveassign.c b/lib/BlocksRuntime/tests/recursiveassign.c
index f0070cbe5..f0070cbe5 100644
--- a/BlocksRuntime/tests/recursiveassign.c
+++ b/lib/BlocksRuntime/tests/recursiveassign.c
diff --git a/BlocksRuntime/tests/reference.C b/lib/BlocksRuntime/tests/reference.C
index f86f11e86..f86f11e86 100644
--- a/BlocksRuntime/tests/reference.C
+++ b/lib/BlocksRuntime/tests/reference.C
diff --git a/BlocksRuntime/tests/rettypepromotion.c b/lib/BlocksRuntime/tests/rettypepromotion.c
index 597eafe8b..597eafe8b 100644
--- a/BlocksRuntime/tests/rettypepromotion.c
+++ b/lib/BlocksRuntime/tests/rettypepromotion.c
diff --git a/BlocksRuntime/tests/returnfunctionptr.c b/lib/BlocksRuntime/tests/returnfunctionptr.c
index 6c7df631f..6c7df631f 100644
--- a/BlocksRuntime/tests/returnfunctionptr.c
+++ b/lib/BlocksRuntime/tests/returnfunctionptr.c
diff --git a/BlocksRuntime/tests/shorthandexpression.c b/lib/BlocksRuntime/tests/shorthandexpression.c
index bf4582072..bf4582072 100644
--- a/BlocksRuntime/tests/shorthandexpression.c
+++ b/lib/BlocksRuntime/tests/shorthandexpression.c
diff --git a/BlocksRuntime/tests/sizeof.c b/lib/BlocksRuntime/tests/sizeof.c
index 1f84fc16f..1f84fc16f 100644
--- a/BlocksRuntime/tests/sizeof.c
+++ b/lib/BlocksRuntime/tests/sizeof.c
diff --git a/BlocksRuntime/tests/small-struct.c b/lib/BlocksRuntime/tests/small-struct.c
index 434f3c179..434f3c179 100644
--- a/BlocksRuntime/tests/small-struct.c
+++ b/lib/BlocksRuntime/tests/small-struct.c
diff --git a/BlocksRuntime/tests/structmember.c b/lib/BlocksRuntime/tests/structmember.c
index c451d3f34..c451d3f34 100644
--- a/BlocksRuntime/tests/structmember.c
+++ b/lib/BlocksRuntime/tests/structmember.c
diff --git a/BlocksRuntime/tests/testfilerunner.h b/lib/BlocksRuntime/tests/testfilerunner.h
index d4e54f029..d4e54f029 100644
--- a/BlocksRuntime/tests/testfilerunner.h
+++ b/lib/BlocksRuntime/tests/testfilerunner.h
diff --git a/BlocksRuntime/tests/testfilerunner.m b/lib/BlocksRuntime/tests/testfilerunner.m
index 459adf889..459adf889 100644
--- a/BlocksRuntime/tests/testfilerunner.m
+++ b/lib/BlocksRuntime/tests/testfilerunner.m
diff --git a/BlocksRuntime/tests/varargs-bad-assign.c b/lib/BlocksRuntime/tests/varargs-bad-assign.c
index b978668b9..b978668b9 100644
--- a/BlocksRuntime/tests/varargs-bad-assign.c
+++ b/lib/BlocksRuntime/tests/varargs-bad-assign.c
diff --git a/BlocksRuntime/tests/varargs.c b/lib/BlocksRuntime/tests/varargs.c
index 01affc76e..01affc76e 100644
--- a/BlocksRuntime/tests/varargs.c
+++ b/lib/BlocksRuntime/tests/varargs.c
diff --git a/BlocksRuntime/tests/variadic.c b/lib/BlocksRuntime/tests/variadic.c
index 1d80657e9..1d80657e9 100644
--- a/BlocksRuntime/tests/variadic.c
+++ b/lib/BlocksRuntime/tests/variadic.c
diff --git a/BlocksRuntime/tests/voidarg.c b/lib/BlocksRuntime/tests/voidarg.c
index a8f034b47..a8f034b47 100644
--- a/BlocksRuntime/tests/voidarg.c
+++ b/lib/BlocksRuntime/tests/voidarg.c