AVX-512: Added all forms of FP compare instructions for KNL and SKX.
[oota-llvm.git] / lib / Target / X86 / AsmParser / Makefile
index 288b985daa28daf6ac2edd68c2d4be7351ccc3bc..fb9760796622c2fe9e5fdb184574366b5e704853 100644 (file)
@@ -8,9 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../../..
 LIBRARYNAME = LLVMX86AsmParser
-CXXFLAGS = -fno-rtti
 
 # Hack: we need to include 'main' x86 target directory to grab private headers
-CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
+CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common