[PATCH] D123845: [BPF] Enable IAS in backend
Brad Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 01:37:54 PDT 2022
brad created this revision.
brad added a project: LLVM.
Herald added a subscriber: hiraditya.
Herald added a project: All.
brad requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D123845
Files:
llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
Index: llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
===================================================================
--- llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
+++ llvm/lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
@@ -41,8 +41,6 @@
// section will be parsable, but with odd offsets and
// line numbers, etc.
CodePointerSize = 8;
-
- UseIntegratedAssembler = false;
}
void setDwarfUsesRelocationsAcrossSections(bool enable) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123845.423043.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220415/76d5c7b1/attachment.bin>
More information about the llvm-commits
mailing list