[clang] [Driver] Include crt0.o in the baremetal link (PR #101258)
Petr Hosek via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 31 23:24:39 PDT 2024
================
@@ -105,6 +109,10 @@
// CHECK-V6M-LIBCXX-USR-SAME: "-lc++" "-lc++abi" "-lunwind"
// CHECK-V6M-LIBCXX-USR-SAME: "-lc" "-lm" "{{[^"]*}}libclang_rt.builtins.a"
+// RUN: %clangxx --target=arm-none-eabi -nostartfiles -v 2>&1 \
----------------
petrhosek wrote:
Done.
https://github.com/llvm/llvm-project/pull/101258
More information about the cfe-commits
mailing list