ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets.
Apache License 2.0
419 stars 98 forks source link

Revert "Adjust clang's multilib flags test to cope with missing variant" #527

Closed pratlucas closed 1 month ago

pratlucas commented 1 month ago

Reverts ARM-software/LLVM-embedded-toolchain-for-Arm#504.

The upstream change from llvm/llvm-project#109640 has now been merged, allowing tests to specify multilib yaml file using a new command line option. The relevant tests have been updated by that change, so the downstream adjustment is no longer needed.