diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 529a5d3f..05f59290 100644 --- a/src/library.js +++ b/src/library.js @@ -4047,9 +4047,12 @@ LibraryManager.library = { }, llvm_expect_i32: function(x, y) { - return x == y; + return x == y; // TODO: inline this }, + llvm_lifetime_start: function() {}, + llvm_lifetime_end: function() {}, + // ========================================================================== // iostream.h // ========================================================================== |