summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2018-07-02 23:02:07 +0000
committerTeresa Johnson <tejohnson@google.com>2018-07-02 23:02:07 +0000
commit50615c72b4d12f9c61b725da04d4349e793ac889 (patch)
treea04f05f42fcab4ab3854c5c986fe53bed4ac5d8e
parentadae9bfa243713a781ecad6e07759e57dc2c7f52 (diff)
downloadbcm5719-llvm-50615c72b4d12f9c61b725da04d4349e793ac889.tar.gz
bcm5719-llvm-50615c72b4d12f9c61b725da04d4349e793ac889.zip
Remove absolute path in test
My test change in r336148 accidentally included an absolute path, clean that up to fix bot failures. llvm-svn: 336151
-rw-r--r--llvm/test/tools/gold/X86/thinlto.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/gold/X86/thinlto.ll b/llvm/test/tools/gold/X86/thinlto.ll
index be0467f94de..c669a0b66e8 100644
--- a/llvm/test/tools/gold/X86/thinlto.ll
+++ b/llvm/test/tools/gold/X86/thinlto.ll
@@ -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
OpenPOWER on IntegriCloud