diff options
Diffstat (limited to 'clang/lib/CodeGen/Makefile')
| -rw-r--r-- | clang/lib/CodeGen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/Makefile b/clang/lib/CodeGen/Makefile index e716fe78bc6..108490b71d4 100644 --- a/clang/lib/CodeGen/Makefile +++ b/clang/lib/CodeGen/Makefile @@ -18,6 +18,9 @@ BUILD_ARCHIVE = 1 CXXFLAGS = -fno-rtti CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include +ifdef CLANG_VENDOR +CPPFLAGS += -DCLANG_VENDOR='"$(CLANG_VENDOR) "' +endif include $(LEVEL)/Makefile.common |

