The same problem was being tracked in PR7652.
[oota-llvm.git] / tools / llvm-nm / Makefile
index bdefaa6248e7a84c0e569d6c5bd2491cb1eee55b..ecf5f8c3dcfa3bff5ee2d31fc5d530c4ee6c8f11 100644 (file)
@@ -13,6 +13,5 @@ LINK_COMPONENTS = archive bitreader
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
-CXXFLAGS = -fno-rtti
 
 include $(LEVEL)/Makefile.common