diff options
Diffstat (limited to 'test/LTO/X86/Inputs/list-symbols.ll')
-rw-r--r-- | test/LTO/X86/Inputs/list-symbols.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/LTO/X86/Inputs/list-symbols.ll b/test/LTO/X86/Inputs/list-symbols.ll new file mode 100644 index 0000000..9443d53 --- /dev/null +++ b/test/LTO/X86/Inputs/list-symbols.ll @@ -0,0 +1,4 @@ +@glob = global i32 0 +define void @bar() { + ret void +} |