diff options
author | Alexander Yermolovich <43973793+ayermolo@users.noreply.github.com> | 2023-12-18 12:47:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 12:47:24 -0800 |
commit | e409f85154fda5bd39436298741faa58178e6051 (patch) | |
tree | 5459e736c7ea3305c0c268a56599ed3e6d634a1f /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 1821bc1e969bd2d0887fe115ae371506adc1a8be (diff) | |
download | llvm-e409f85154fda5bd39436298741faa58178e6051.zip llvm-e409f85154fda5bd39436298741faa58178e6051.tar.gz llvm-e409f85154fda5bd39436298741faa58178e6051.tar.bz2 |
[DWP] Fix default for continue-on-cu-index-overflow (#75540)
This is follow up for https://github.com/llvm/llvm-project/pull/71902.
The
default option --continue-on-cu-index-overflow returned an error
--continue-on-cu-index-overflow: missing argument. Changed it so that it
is the
same behavior as other flags like -gsplit-dwarf. Where
--continue-on-cu-index-overflow will default to continue, and user can
set mode
with --continue-on-cu-index-overflow=\<value>.
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions