diff options
Diffstat (limited to 'tools/llvm-as/Makefile')
-rw-r--r-- | tools/llvm-as/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index d6fbd710fa..e1e5853a7b 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. TOOLNAME = llvm-as LINK_COMPONENTS := asmparser bitwriter -CXXFLAGS = -fno-rtti # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS = 1 |