[llvm-bugs] [Bug 47260] New: Different option value for specifying a file name for "--lto-basic-block-sections" and "-fbasic-block-sections"
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Aug 20 15:37:38 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47260
Bug ID: 47260
Summary: Different option value for specifying a file name for
"--lto-basic-block-sections" and
"-fbasic-block-sections"
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: shenhan at google.com
CC: llvm-bugs at lists.llvm.org, smithp352 at googlemail.com
The ways for passing basic block cluster file to clang and lld are different:
-fbasic-block-sections=list=<filename>
-- and --
--lto-basic-block-sections=<filename>
It's better to make both accept same option value.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200820/abac5ef8/attachment.html>
More information about the llvm-bugs
mailing list