[llvm-branch-commits] [clang] [Driver] Add support for crtbegin.o, crtend.o and libgloss lib to BareMetal toolchain object (PR #121830)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 16 09:19:08 PDT 2025


================
@@ -1,5 +1,12 @@
 // UNSUPPORTED: system-windows
 
+// Test interaction with -fuse-ld=lld
----------------
MaskRay wrote:

You need to ensure that there is an `ld.lld` file with `-B%S/Inputs/lld`

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


More information about the llvm-branch-commits mailing list