summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/comdat4.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/Inputs/comdat4.ll')
-rw-r--r--llvm/test/Linker/Inputs/comdat4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/Inputs/comdat4.ll b/llvm/test/Linker/Inputs/comdat4.ll
index bbfe3f794ab..5b4b812c774 100644
--- a/llvm/test/Linker/Inputs/comdat4.ll
+++ b/llvm/test/Linker/Inputs/comdat4.ll
@@ -2,4 +2,4 @@ target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
target triple = "i686-pc-windows-msvc"
$foo = comdat samesize
-@foo = global i64 42, comdat $foo
+@foo = global i64 42, comdat($foo)
OpenPOWER on IntegriCloud