[llvm] [MC][COFF] Add missing sections for DWO (PR #157239)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 6 13:52:23 PDT 2025


================
@@ -1,8 +1,15 @@
-; RUN: llc -mtriple=x86_64 -filetype=obj < %s \
+; RUN: llc -mtriple=x86_64-linux -filetype=obj < %s \
----------------
MaskRay wrote:

Don't add `-linux`. `x86_64` is the generic ELF triple. It's preferred (short) and makes it clear that is a property shared among all ELF OSes.

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


More information about the llvm-commits mailing list