[PGO] Add v2 format compatibility test
[oota-llvm.git] / test / tools / dsymutil / fat-binary-output.test
index ca631e41d8b47f719c73dc545ae77034dacf12c0..fafef14ebe9b2ed8b3cc460b6ae52589d963042c 100644 (file)
@@ -1,4 +1,4 @@
-RUN: llvm-dsymutil -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
+RUN: llvm-dsymutil -f -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
 
 This test doesn't produce any filesytstem output, we just look at the verbose
 log output.
@@ -11,15 +11,15 @@ After the link of each architecture, check that lipo is correctly invoked to
 generate the fat output binary.
 
 CHECK: triple:          'x86_64-apple-darwin'
-CHECK:   - filename:        [[INPUTS_PATH:.*]]fat-test.o
+CHECK:   - filename:        {{'?}}[[INPUTS_PATH:.*]]fat-test.o
 CHECK:   DW_AT_name{{.*}} "x86_64_var"
 
 CHECK: triple:          'i386-apple-darwin'
-CHECK:   - filename:        [[INPUTS_PATH]]fat-test.o
+CHECK:   - filename:        {{'?}}[[INPUTS_PATH]]fat-test.o
 CHECK:   DW_AT_name{{.*}} "i386_var"
 
 CHECK: triple:          'x86_64h-apple-darwin'
-CHECK:   - filename:        [[INPUTS_PATH]]fat-test.o
+CHECK:   - filename:        {{'?}}[[INPUTS_PATH]]fat-test.o
 CHECK:   DW_AT_name{{.*}} "x86_64h_var"
 
 CHECK: Running lipo