diff options
Diffstat (limited to 'test/Bindings/llvm-c/objectfile.ll')
-rw-r--r-- | test/Bindings/llvm-c/objectfile.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Bindings/llvm-c/objectfile.ll b/test/Bindings/llvm-c/objectfile.ll new file mode 100644 index 0000000000..b6cb4a0477 --- /dev/null +++ b/test/Bindings/llvm-c/objectfile.ll @@ -0,0 +1,2 @@ +; RUN: not llvm-c-test --object-list-sections < /dev/null +; This used to cause a segfault |