[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:17:34 PDT 2025
    
    
  
================
@@ -1,5 +1,12 @@
 // UNSUPPORTED: system-windows
 
+// Test interaction with -fuse-ld=lld
----------------
MaskRay wrote:
For `-fuse-ld=lld` , testing `ld.lld` is probably not a good use of an extra RUN line. Could just modify one of the tests below from `-fuse-ld=` to `-fuse-ld=lld`.
https://github.com/llvm/llvm-project/pull/121830
    
    
More information about the llvm-branch-commits
mailing list