Remove useless dynamic_cast<>().
[oota-llvm.git] / tools / llvm-prof / Makefile
index 3c4948e61548ce0d5f0c760b3bec35c4afc8eef2..86eb54d51bf47eb136cc23ead748aec42d8b9218 100644 (file)
@@ -10,7 +10,6 @@ LEVEL = ../..
 
 TOOLNAME = llvm-prof
 LINK_COMPONENTS = bitreader analysis
-REQUIRES_EH := 1
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1