diff options
Diffstat (limited to 'test/Linker/comdat4.ll')
-rw-r--r-- | test/Linker/comdat4.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/comdat4.ll b/test/Linker/comdat4.ll index 50c1778..cf7ac5f 100644 --- a/test/Linker/comdat4.ll +++ b/test/Linker/comdat4.ll @@ -1,5 +1,5 @@ ; RUN: not llvm-link %s %p/Inputs/comdat3.ll -S -o - 2>&1 | FileCheck %s $foo = comdat noduplicates -@foo = global i64 43, comdat $foo +@foo = global i64 43, comdat($foo) ; CHECK: Linking COMDATs named 'foo': noduplicates has been violated! |