[clang] [llvm] [PseudoProbe] Support emitting to COFF object (PR #123870)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 20:02:26 PDT 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--"
----------------
MaskRay wrote:
Yes, they can be omitted in the IR.
https://github.com/llvm/llvm-project/pull/123870
More information about the llvm-commits
mailing list