[all-commits] [llvm/llvm-project] 651122: [DebugInfo][InstrRef] Pre-land on-by-default-for-x...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Tue Nov 30 04:41:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 651122fc4ac92b93f36aab3b194de21065a0c48e
https://github.com/llvm/llvm-project/commit/651122fc4ac92b93f36aab3b194de21065a0c48e
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
R clang/test/Driver/debug-var-experimental-switch.c
M llvm/include/llvm/CodeGen/CommandFlags.h
M llvm/lib/CodeGen/CommandFlags.cpp
A llvm/test/DebugInfo/X86/instr-ref-flag.ll
Log Message:
-----------
[DebugInfo][InstrRef] Pre-land on-by-default-for-x86 changes
Over in D114631 and [0] there's a plan for turning instruction referencing
on by default for x86. This patch adds / removes all the relevant bits of
code, with the aim that the final patch is extremely small, for an easy
revert. It should just be a condition in CommandFlags.cpp and removing the
XFail on instr-ref-flag.ll.
[0] https://lists.llvm.org/pipermail/llvm-dev/2021-November/153653.html
More information about the All-commits
mailing list