[llvm] r336151 - Remove absolute path in test

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 16:02:07 PDT 2018


Author: tejohnson
Date: Mon Jul  2 16:02:07 2018
New Revision: 336151

URL: http://llvm.org/viewvc/llvm-project?rev=336151&view=rev
Log:
Remove absolute path in test

My test change in r336148 accidentally included an absolute path, clean
that up to fix bot failures.

Modified:
    llvm/trunk/test/tools/gold/X86/thinlto.ll

Modified: llvm/trunk/test/tools/gold/X86/thinlto.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/gold/X86/thinlto.ll?rev=336151&r1=336150&r2=336151&view=diff
==============================================================================
--- llvm/trunk/test/tools/gold/X86/thinlto.ll (original)
+++ llvm/trunk/test/tools/gold/X86/thinlto.ll Mon Jul  2 16:02:07 2018
@@ -121,7 +121,7 @@
 ; DIS1: ^2 = gv: (guid: 13146401226427987378, summaries: (function: (module: ^1, flags: (linkage: external, notEligibleToImport: 0, live: 1, dsoLocal: 0), insts: 1)))
 ; DIS1: ^3 = gv: (guid: 14740650423002898831, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 1, dsoLocal: 0), insts: 2, calls: ((callee: ^2)))))
 
-; DIS2: ^0 = module: (path: "/usr/local/google/home/tejohnson/llvm/llvm_16_build/test/tools/gold/X86/Output/thinlto.ll.tmp2.o", hash: (0, 0, 0, 0, 0))
+; DIS2: ^0 = module: (path: "{{.*}}thinlto.ll.tmp2.o", hash: (0, 0, 0, 0, 0))
 ; DIS2: ^1 = gv: (guid: 13146401226427987378, summaries: (function: (module: ^0, flags: (linkage: external, notEligibleToImport: 0, live: 1, dsoLocal: 0), insts: 1)))
 
 ; COMBINED: <MODULE_STRTAB_BLOCK




More information about the llvm-commits mailing list