Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit ec4f357

Browse files
committed
Merge remote-tracking branch 'origin/pr/207'
2 parents 487da20 + b2a6393 commit ec4f357

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

ext/libv8/patcher.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def patch_directories_for(compiler)
2020
patch_directories << 'clang33' if compiler.version >= '3.3'
2121
patch_directories << 'clang51' if compiler.version >= '5.1'
2222
patch_directories << 'clang70' if compiler.version >= '7.0'
23+
patch_directories << 'clang73' if compiler.version >= '7.3'
2324
end
2425

2526
patch_directories
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- a/build/standalone.gypi
2+
+++ b/build/standalone.gypi
3+
@@ -215,6 +215,7 @@
4+
'-Wno-unused-variable',
5+
'-Wno-unused-local-typedefs',
6+
'-Wno-tautological-undefined-compare',
7+
+ '-Wno-shift-negative-value',
8+
'-Wnon-virtual-dtor',
9+
],
10+
},

0 commit comments

Comments
 (0)