diff options
Diffstat (limited to 'llvm/lib/Bytecode/Writer/Makefile')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/Bytecode/Writer/Makefile b/llvm/lib/Bytecode/Writer/Makefile new file mode 100644 index 00000000000..c03db561543 --- /dev/null +++ b/llvm/lib/Bytecode/Writer/Makefile @@ -0,0 +1,7 @@ + +LEVEL = ../../.. + +LIBRARYNAME = bcwriter + +include $(LEVEL)/Makefile.common + |