diff options
Diffstat (limited to 'llvm/test/Linker/comdat12.ll')
-rw-r--r-- | llvm/test/Linker/comdat12.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Linker/comdat12.ll b/llvm/test/Linker/comdat12.ll deleted file mode 100644 index d06e222b63a..00000000000 --- a/llvm/test/Linker/comdat12.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: llvm-link %s -S -o - | FileCheck %s - -$foo = comdat largest -define internal void @foo() comdat($foo) { - ret void -} - -; CHECK-NOT: foo |