Skip to content

Commit

Permalink
Add support for more modern versions of LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
ircmaxell committed Apr 18, 2019
1 parent 1ef6616 commit 7efc45e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions test/bin/macro_compile.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
/**
* Abusing namespaces to make Cycle->id() predictable during tests only!
*/
function md5($foo) { return (string) $foo; }
function md5($foo)
{
return (string) $foo;
}
}

namespace {
require __DIR__.'/../../vendor/autoload.php';

Expand Down

0 comments on commit 7efc45e

Please sign in to comment.