Simplify test from change D73904
authorMichael Platings <michael.platings@arm.com>
Wed, 8 Feb 2023 16:59:52 +0000 (16:59 +0000)
committerMichael Platings <michael.platings@arm.com>
Thu, 9 Feb 2023 10:05:01 +0000 (10:05 +0000)
This part of the test can break if multilib is enabled, and isn't
important to testing the change with which is was added.

The relevant part of the test is
ARM-EABI: "-lclang_rt.builtins-arm"
which remains.

Differential Revision: https://reviews.llvm.org/D143590

clang/test/Driver/arm-compiler-rt.c

index a8ea38a..a101396 100644 (file)
@@ -2,7 +2,6 @@
 // RUN:     -resource-dir=%S/Inputs/resource_dir_with_arch_subdir \
 // RUN:     -rtlib=compiler-rt -### %s 2>&1 \
 // RUN:   | FileCheck %s -check-prefix ARM-EABI
-// ARM-EABI: "-L{{.*[/\\]}}Inputs/resource_dir_with_arch_subdir{{/|\\\\}}lib{{/|\\\\}}baremetal"
 // ARM-EABI: "-lclang_rt.builtins-arm"
 
 // RUN: %clang -target arm-linux-gnueabi \