[clang] [clang] Default x86_64's medium code model -mlarge-data-threshold to 65535 (PR #67506)

2023-09-28 Thread Arthur Eubanks via cfe-commits
https://github.com/aeubanks edited https://github.com/llvm/llvm-project/pull/67506 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Default x86_64's medium code model -mlarge-data-threshold to 65535 (PR #67506)

2023-09-26 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Changes This matches gcc. See https://discourse.llvm.org/t/rfc-matching-gccs-mlarge-data-threshold-for-x86-64s-medium-code-model/73727. --- Full diff: https://github.com/llvm/llvm-project/pull/67506.diff 2 Files Affected: - (modified) clang/i

[clang] [clang] Default x86_64's medium code model -mlarge-data-threshold to 65535 (PR #67506)

2023-09-26 Thread Arthur Eubanks via cfe-commits
https://github.com/aeubanks created https://github.com/llvm/llvm-project/pull/67506 This matches gcc. See https://discourse.llvm.org/t/rfc-matching-gccs-mlarge-data-threshold-for-x86-64s-medium-code-model/73727. >From b406b086709a1f5012aa444bc7774962c82c4f30 Mon Sep 17 00:00:00 2001 From: Ar