Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-ar / path-names.test
blobeef6a69b3311e91d842cd0b9bedee6971c6be659
1 RUN: llvm-ar t %S/Inputs/path-names.a | FileCheck %s --check-prefix=CONTENTS --implicit-check-not {{.}}
2 CONTENTS: a/foo.txt
3 CONTENTS-NEXT: b/foo.txt
5 RUN: llvm-ar p %S/Inputs/path-names.a b/foo.txt | FileCheck %s --check-prefix=NO-FULL-PATH --implicit-check-not {{.}}
6 NO-FULL-PATH: hello-a
8 RUN: llvm-ar Pp %S/Inputs/path-names.a b/foo.txt | FileCheck %s --check-prefix=FULL-PATH --implicit-check-not {{.}}
9 FULL-PATH: hello-b