[all-commits] [llvm/llvm-project] e409f8: [DWP] Fix default for continue-on-cu-index-overflo...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Mon Dec 18 12:47:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e409f85154fda5bd39436298741faa58178e6051
https://github.com/llvm/llvm-project/commit/e409f85154fda5bd39436298741faa58178e6051
Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/test/tools/llvm-dwp/X86/simple.test
M llvm/tools/llvm-dwp/Opts.td
M llvm/tools/llvm-dwp/llvm-dwp.cpp
Log Message:
-----------
[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>.
More information about the All-commits
mailing list