[PATCH] D140657: [Clang] Move AMDGPU IAS enabling to Generic_GCC::IsIntegratedAssemblerDefault, NFC
Brad Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 24 22:20:12 PST 2022
brad created this revision.
brad added reviewers: MaskRay, yaxunl, AMDGPU.
brad added a project: LLVM.
Herald added subscribers: kosarev, foad, StephenFan, kerbowa, hiraditya, tpr, dstuttard, jvesely, kzhuravl, arsenm.
Herald added a project: All.
brad requested review of this revision.
Herald added a subscriber: wdng.
Move enabling of IAS back to Generic_GCC::IsIntegratedAssemblerDefault().
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D140657
Files:
llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
Index: llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
===================================================================
--- llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -42,8 +42,6 @@
SupportsDebugInformation = true;
UsesCFIForDebug = true;
DwarfRegNumForCFI = true;
-
- UseIntegratedAssembler = false;
}
bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140657.485217.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221225/7c3789b1/attachment.bin>
More information about the llvm-commits
mailing list