mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-25 21:11:25 +00:00
Relax this test further to pass in other bots.
The problem this time was the /clang matching the InstalledDir line. Now we just use regular expressions which are more flexible, if a bit less readable, than CHECK+CHECK-SAME. llvm-svn: 248031
This commit is contained in:
parent
d40105d321
commit
df1b494404
@ -1,5 +1,3 @@
|
||||
// RUN: %clang -### -target amdgcn--amdhsa -x assembler -mcpu=kaveri %s 2>&1 | FileCheck -check-prefix=AS_LINK %s
|
||||
// AS_LINK: /clang
|
||||
// AS_LINK-SAME: "-cc1as"
|
||||
// AS_LINK: /lld
|
||||
// AS_LINK-SAME: "-flavor" "gnu" "-target" "amdgcn--amdhsa"
|
||||
// AS_LINK: bin/clang {{.*}} "-cc1as"
|
||||
// AS_LINK: bin/lld {{.*}} "-flavor" "gnu" "-target" "amdgcn--amdhsa"
|
||||
|
Loading…
x
Reference in New Issue
Block a user