[clang] [llvm] [PseudoProbe] Support emitting to COFF object (PR #123870)
Haohai Wen via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 06:00:06 PST 2025
================
@@ -12,7 +12,7 @@
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
+target triple = "x86_64-unknown--"
----------------
HaohaiWen wrote:
Can we simply remove `target triple` and `target datalayout ` in IR?
https://github.com/llvm/llvm-project/pull/123870
More information about the llvm-commits
mailing list