[PATCH] D143590: [NFC] Simplify test from change D73904

Michael Platings via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 02:05:21 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf28c28e66457: Simplify test from change D73904 (authored by michaelplatings).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143590/new/

https://reviews.llvm.org/D143590

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


Index: clang/test/Driver/arm-compiler-rt.c
===================================================================
--- clang/test/Driver/arm-compiler-rt.c
+++ clang/test/Driver/arm-compiler-rt.c
@@ -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 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143590.496052.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230209/fc3998a4/attachment.bin>


More information about the cfe-commits mailing list