summaryrefslogtreecommitdiff
path: root/clang/test/Driver/baremetal.cpp
AgeCommit message (Expand)Author
2025-08-02Reapply "[clang] Remove %T from tests (#151614)"Aiden Grossman
2025-08-01Revert "[clang] Remove %T from tests (#151614)"Aiden Grossman
2025-08-01[clang] Remove %T from tests (#151614)Aiden Grossman
2025-07-31[clang] Add option for -nolibc in Driver/ToolChains/Baremetal.cpp (#145700)William Huynh
2025-07-28[clang][Driver] Prefer non-Linux emulations for baremetal Arm/AArch64 targets...Jonathon Penix
2025-07-22Remove extraneous addition of `-X` flag in baremetal toolchain (#148855)Garvit Gupta
2025-06-30[Driver] Add support for `-m` flag to linker job of Baremetal toolchain (#134...Garvit Gupta
2025-06-30[Driver] Forward sysroot from Driver to linker in BareMetal ToolChain Object ...Garvit Gupta
2025-06-30Reland [Driver] Fix link order of BareMetal toolchain object (#146291)Garvit Gupta
2025-06-30Reland [Driver] Add support for crtbegin.o, crtend.o and libgloss lib to Bare...Garvit Gupta
2025-06-29Reland [Driver] Add support for GCC installation detection in Baremetal toolc...Garvit Gupta
2025-06-18Revert "Reland [Driver] Add support for GCC installation detection in… (#14...Garvit Gupta
2025-06-18Reland [Driver] Add support for GCC installation detection in Baremetal toolc...Garvit Gupta
2025-06-17Revert stack "[Driver] Add support for GCC installation detection in … (#14...Daniel Thornburgh
2025-06-17[Driver] Fix link order of BareMetal toolchain object (#132806)Garvit Gupta
2025-06-17[Driver] Add support for crtbegin.o, crtend.o and libgloss lib to BareMetal t...Garvit Gupta
2025-06-17[Driver] Add support for GCC installation detection in Baremetal toolchain (#...Garvit Gupta
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
2024-12-06[Driver] Normalize the baremetal handling of libc++ and runtimes (#101259)Petr Hosek
2024-08-01[Driver] Include crt0.o in the baremetal link (#101258)Petr Hosek
2024-07-01[Driver] Support using toolchain libc and libc++ for baremetal (#96736)Petr Hosek
2024-05-02Triple::normalize: Use none as OS for XX-none-ABI (#89638)YunQiang Su
2024-02-26[Driver] Improve error when a compiler-rt library is not found (#81037)Fangrui Song
2024-02-20[Driver,BareMetal] Replace -lclang_rt.builtins{,-$arch}.a with an absolute pa...Fangrui Song
2024-01-26[Clang][RISCV] Forward --no-relax option to linker for RISC-V (#76432)Andreu Carminati
2023-07-19[Driver][test] Add -no-canonical-prefixes after D154357Fangrui Song
2023-07-19[Clang][Driver] Pass through the --be8 endian flag to linker in BareMetal dri...Simi Pallipurath
2023-07-13[Driver] Recognize powerpc-unknown-eabi as a bare-metal toolchainChristian Walther
2023-06-26[Driver][BareMetal] Support --emit-static-lib in BareMetal driverPetr Hosek
2023-06-14[Driver] Enable multilib.yaml in the BareMetal ToolChainMichael Platings
2023-04-28[Driver] Pass --target2= to linker from baremetal toolchainMikhail Maltsev
2023-03-14[Driver] Make -X default for baremetal riscvAlex Brachet
2022-12-12[clang] Allow using BareMetal toolchain with LLVM_ENABLE_PER_TARGET_RUNTIME_D...Michael Platings
2022-10-07BareMetal: detect usr/include/c++/v1 path in sysrootManoj Gupta
2022-10-05Fix clang baremetal testMikhail Goncharov
2022-10-03[test] Clean up Driver/baremetal.cppFangrui Song
2022-08-10Driver: Refactor and support per target dirs in baremetalManoj Gupta
2021-10-22Mark baremetal.cpp test as unsupported on Windows.Kristof Beyls
2021-10-22Fix baremetal.cpp test to handle windows paths.Kristof Beyls
2021-10-22Add basic aarch64-none-elf bare metal driver.Kristof Beyls
2021-05-07[BareMetal] Ensure that sysroot always comes after library pathsPetr Hosek
2021-04-01[Driver] Fix architecture triplets and search paths for Linux x32Harald van Dijk
2020-12-14Add initial support for multilibs in Baremetal toolchain.Hafiz Abid Qadeer
2020-12-04Don't use sysroot/include when sysroot is empty.Hafiz Abid Qadeer
2020-11-26[clang][Driver] Handle risvc in Baremetal.cpp.Hafiz Abid Qadeer
2020-11-18Add sysroot/lib to library search path of baremetal toolchain.Hafiz Abid Qadeer
2020-09-18Extending Baremetal toolchain's support for the rtlib option.Jon Roelofs
2020-02-13[clang] stop baremetal driver to append .a to libChristof Douma
2018-08-08[ADT] Normalize empty triple componentsPetr Hosek
2018-07-30Make test/Driver/baremetal.cpp work with linkers other than lldDavid Greene