Renames Settings ⚠️ (fixes #976) (#1321)

This is a breaking API change: the following settings have been renamed:

- jump_tables_enabled -> enable_jump_tables
- colocated_libcalls -> use_colocated_libcalls
- probestack_enabled -> enable_probestack
- allones_funcaddrs -> emit_all_ones_funcaddrs
This commit is contained in:
Benjamin Bouvier
2020-01-13 22:42:49 +01:00
committed by Sean Stangl
parent bd88155483
commit dd497c19e1
20 changed files with 37 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
test legalizer
set probestack_enabled=false
set jump_tables_enabled=false
set enable_probestack=false
set enable_jump_tables=false
target x86_64
; Test that when jump_tables_enables is false, all jump tables are eliminated.

View File

@@ -1,6 +1,6 @@
test legalizer
set probestack_enabled=false
set jump_tables_enabled=false
set enable_probestack=false
set enable_jump_tables=false
target x86_64
function u0:0(i64) {