diff options
Diffstat (limited to 'lib/clang/libllvmpasses/Makefile')
-rw-r--r-- | lib/clang/libllvmpasses/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/libllvmpasses/Makefile b/lib/clang/libllvmpasses/Makefile index ed4e20d..eba54f6 100644 --- a/lib/clang/libllvmpasses/Makefile +++ b/lib/clang/libllvmpasses/Makefile @@ -7,6 +7,7 @@ LIB= llvmpasses SRCDIR= lib/Passes SRCS= PassBuilder.cpp -TGHDRS= Intrinsics +TGHDRS= Attributes \ + Intrinsics .include "../clang.lib.mk" |