diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-06-28 17:56:43 +0000 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-06-28 17:56:43 +0000 |
| commit | b757fc3878d90976cd7ca92291aa8b626d5dff6b (patch) | |
| tree | 0d644687f6f68a1cb965cf7fe28aa43696381bd6 /llvm/utils/update_llc_test_checks.py | |
| parent | 54a4724467f32b1099ee0fce2dab1b223edf81c7 (diff) | |
| download | bcm5719-llvm-b757fc3878d90976cd7ca92291aa8b626d5dff6b.tar.gz bcm5719-llvm-b757fc3878d90976cd7ca92291aa8b626d5dff6b.zip | |
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models""
Reverting because this is causing failures in the LLDB test suite on
GreenDragon.
LLVM ERROR: unsupported relocation with subtraction expression, symbol
'__GLOBAL_OFFSET_TABLE_' can not be undefined in a subtraction
expression
llvm-svn: 335894
Diffstat (limited to 'llvm/utils/update_llc_test_checks.py')
| -rwxr-xr-x | llvm/utils/update_llc_test_checks.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/utils/update_llc_test_checks.py b/llvm/utils/update_llc_test_checks.py index 09b49a763b6..f7d94cdbd78 100755 --- a/llvm/utils/update_llc_test_checks.py +++ b/llvm/utils/update_llc_test_checks.py @@ -30,11 +30,6 @@ def main(): parser.add_argument( '--extra_scrub', action='store_true', help='Always use additional regex to further reduce diffs between various subtargets') - parser.add_argument( - '--x86_scrub_rip', action='store_true', default=True, - help='Use more regex for x86 matching to reduce diffs between various subtargets') - parser.add_argument( - '--no_x86_scrub_rip', action='store_false', dest='x86_scrub_rip') parser.add_argument('tests', nargs='+') args = parser.parse_args() |

