diff options
Diffstat (limited to 'test/ELF/lto/Inputs/duplicated-name.ll')
-rw-r--r-- | test/ELF/lto/Inputs/duplicated-name.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/ELF/lto/Inputs/duplicated-name.ll b/test/ELF/lto/Inputs/duplicated-name.ll new file mode 100644 index 0000000000000..78678c0c5add2 --- /dev/null +++ b/test/ELF/lto/Inputs/duplicated-name.ll @@ -0,0 +1,6 @@ +target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target triple = "x86_64-unknown-linux-gnu" + +define void @f2() { + ret void +} |