forked from OSchip/llvm-project
[HIP] Improve check patterns to avoid test failures in case string "opt",
etc. happens to be in the InstallDir path in the -### output. Differential Revision: https://reviews.llvm.org/D82046
This commit is contained in:
parent
6c7e1b16fa
commit
ce82b8e8af
|
@ -154,14 +154,14 @@
|
||||||
// Link host objects.
|
// Link host objects.
|
||||||
//
|
//
|
||||||
|
|
||||||
// LINK-NOT: llvm-link
|
// LINK-NOT: {{".*/llvm-link"}}
|
||||||
// LINK-NOT: opt
|
// LINK-NOT: {{".*/opt"}}
|
||||||
// LINK-NOT: llc
|
// LINK-NOT: {{".*/llc"}}
|
||||||
// LINK: [[LD:".*ld.*"]] {{.*}} [[A_OBJ_HOST]] [[B_OBJ_HOST]]
|
// LINK: [[LD:".*ld.*"]] {{.*}} [[A_OBJ_HOST]] [[B_OBJ_HOST]]
|
||||||
// LINK-NOT: "-T" "{{.*}}.lk"
|
// LINK-NOT: "-T" "{{.*}}.lk"
|
||||||
|
|
||||||
// LKONLY-NOT: llvm-link
|
// LKONLY-NOT: {{".*/llvm-link"}}
|
||||||
// LKONLY-NOT: opt
|
// LKONLY-NOT: {{".*/opt"}}
|
||||||
// LKONLY-NOT: llc
|
// LKONLY-NOT: {{".*/llc"}}
|
||||||
// LKONLY: [[LD:".*ld.*"]] {{.*}} "{{.*/a.o}}" "{{.*/b.o}}"
|
// LKONLY: [[LD:".*ld.*"]] {{.*}} "{{.*/a.o}}" "{{.*/b.o}}"
|
||||||
// LKONLY-NOT: "-T" "{{.*}}.lk"
|
// LKONLY-NOT: "-T" "{{.*}}.lk"
|
||||||
|
|
Loading…
Reference in New Issue