[PATCH] D114631: [DebugInfo][InstrRef] Turn instruction referencing on by default for x86

Jeremy Morse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 30 04:24:52 PST 2021


jmorse added inline comments.


================
Comment at: llvm/lib/Target/X86/X86TargetMachine.cpp:29
 #include "llvm/Analysis/TargetTransformInfo.h"
+#include "llvm/CodeGen/CommandFlags.h"
 #include "llvm/CodeGen/ExecutionDomainFix.h"
----------------
Orlando wrote:
> nit: Is this change necessary?
Nope, will strip that out.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114631/new/

https://reviews.llvm.org/D114631



More information about the cfe-commits mailing list