summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/tools/lto/hide-linkonce-odr.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/tools/lto/hide-linkonce-odr.ll b/llvm/test/tools/lto/hide-linkonce-odr.ll
index 6fbd75764ce..da02f490487 100644
--- a/llvm/test/tools/lto/hide-linkonce-odr.ll
+++ b/llvm/test/tools/lto/hide-linkonce-odr.ll
@@ -9,10 +9,10 @@
; RUN: llvm-nm %t.dylib | FileCheck --check-prefix=NM %s
; check that the linker can hide @a but not @b, nor @GlobLinkonce
-; NM: 0000000000000f48 S _GlobLinkonce
-; NM: 0000000000000f10 t _a
-; NM: 0000000000000f20 T _b
-; NM: 0000000000000f00 T _c
+; NM: S _GlobLinkonce
+; NM: t _a
+; NM: T _b
+; NM: T _c
target triple = "x86_64-apple-macosx10.10.0"
OpenPOWER on IntegriCloud