diff options
Diffstat (limited to 'test/Linker/constructor-comdat.ll')
-rw-r--r-- | test/Linker/constructor-comdat.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/constructor-comdat.ll b/test/Linker/constructor-comdat.ll index 42e2d83..dfc8992 100644 --- a/test/Linker/constructor-comdat.ll +++ b/test/Linker/constructor-comdat.ll @@ -7,7 +7,7 @@ $_ZN3fooIiEC5Ev = comdat any @_ZN3fooIiEC1Ev = weak_odr alias void ()* @_ZN3fooIiEC2Ev ; CHECK: @_ZN3fooIiEC1Ev = weak_odr alias void ()* @_ZN3fooIiEC2Ev -; CHECK: define weak_odr void @_ZN3fooIiEC2Ev() comdat $_ZN3fooIiEC5Ev { -define weak_odr void @_ZN3fooIiEC2Ev() comdat $_ZN3fooIiEC5Ev { +; CHECK: define weak_odr void @_ZN3fooIiEC2Ev() comdat($_ZN3fooIiEC5Ev) { +define weak_odr void @_ZN3fooIiEC2Ev() comdat($_ZN3fooIiEC5Ev) { ret void } |