diff options
Diffstat (limited to 'test/Linker/Inputs/funcimport_comdat.ll')
| -rw-r--r-- | test/Linker/Inputs/funcimport_comdat.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Linker/Inputs/funcimport_comdat.ll b/test/Linker/Inputs/funcimport_comdat.ll new file mode 100644 index 000000000000..9a4b9d728d40 --- /dev/null +++ b/test/Linker/Inputs/funcimport_comdat.ll @@ -0,0 +1,4 @@ +define i32 @main() #0 { +entry: + ret i32 0 +} |
