diff options
Diffstat (limited to 'tools/llvm-prof/Makefile')
-rw-r--r-- | tools/llvm-prof/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index 3c4948e61548..86eb54d51bf4 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -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 |