[llvm] [RISCV] Add basic Mach-O triple support. (PR #141682)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 00:35:35 PDT 2025


================
@@ -0,0 +1,56 @@
+//===-- RISCVMachObjectWriter.cpp - RISC-V Mach Object Writer -------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "MCTargetDesc/RISCVFixupKinds.h"
+#include "MCTargetDesc/RISCVMCExpr.h"
----------------
MaskRay wrote:

RISCVMCExpr.h has been deleted. This file doesn't need the header. 

https://github.com/llvm/llvm-project/pull/141682


More information about the llvm-commits mailing list