forked from OSchip/llvm-project
[MemProf] Fix test failure on windows
Fix failure in new test from 0949f96dc6521be80ebb8ebc1e1c506165c22aac: Don't match exact file path separator. Should fix: http://lab.llvm.org:8011/#/builders/119/builds/437/steps/9/logs/FAIL__Clang__memory-profile-filename_c
This commit is contained in:
parent
af66cd173f
commit
95824be18f
clang/test/CodeGen
|
@ -9,4 +9,4 @@ int main(void) {
|
|||
|
||||
// NONE-NOT: MemProfProfileFilename
|
||||
// DEFAULTNAME: !{i32 1, !"MemProfProfileFilename", !"memprof.profraw"}
|
||||
// CUSTOMNAME: !{i32 1, !"MemProfProfileFilename", !"/tmp/memprof.profraw"}
|
||||
// CUSTOMNAME: !{i32 1, !"MemProfProfileFilename", !"/tmp{{.*}}memprof.profraw"}
|
||||
|
|
Loading…
Reference in New Issue