diff options
Diffstat (limited to 'lib/clang/libllvmlto/Makefile')
-rw-r--r-- | lib/clang/libllvmlto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clang/libllvmlto/Makefile b/lib/clang/libllvmlto/Makefile index 776c45f..c7cb9da 100644 --- a/lib/clang/libllvmlto/Makefile +++ b/lib/clang/libllvmlto/Makefile @@ -8,6 +8,7 @@ SRCDIR= lib/LTO SRCS= LTOCodeGenerator.cpp \ LTOModule.cpp -TGHDRS= Intrinsics +TGHDRS= Attributes \ + Intrinsics .include "../clang.lib.mk" |