[llvm-objdump] - Restore Inputs/libbogus11.a input to fix BB.
authorGeorgii Rymar <grimar@accesssoftek.com>
Wed, 28 Oct 2020 12:56:34 +0000 (15:56 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Wed, 28 Oct 2020 12:57:13 +0000 (15:57 +0300)
The libbogus11.a archive was removed by D90013.
But it is used by another test: llvm-objdump\MachO\disassemble-g-dsym.test

BB failture:
http://lab.llvm.org:8011/#/builders/109/builds/1450

llvm/test/tools/llvm-objdump/Inputs/libbogus11.a [new file with mode: 0644]

diff --git a/llvm/test/tools/llvm-objdump/Inputs/libbogus11.a b/llvm/test/tools/llvm-objdump/Inputs/libbogus11.a
new file mode 100644 (file)
index 0000000..99a709d
--- /dev/null
@@ -0,0 +1,10 @@
+!<arch>
+hello.c         1444941273  ~97&  0     100644  102       `
+#include <stdio.h>
+#include <stdlib.h>
+int
+main()
+{
+       printf("Hello World\n");
+       return EXIT_SUCCESS;
+}