diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-07 20:16:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-07 20:16:38 +0000 |
commit | 9c85fa660e8f2cc770c51dcf79c35a6591423b5a (patch) | |
tree | dd4d68e4f1d63c074dfec331f21c08415ed10586 /lib | |
parent | d4d427baa9ce9bf30e522aa17104c13b8c9b38f3 (diff) |
Initial checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Analysis/IPA/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Analysis/IPA/Makefile b/lib/Analysis/IPA/Makefile new file mode 100644 index 0000000000..95ea15c8eb --- /dev/null +++ b/lib/Analysis/IPA/Makefile @@ -0,0 +1,7 @@ + +LEVEL = ../../.. + +LIBRARYNAME = ipa + +include $(LEVEL)/Makefile.common + |