aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-11-27 19:31:11 +0000
committerTed Kremenek <kremenek@apple.com>2007-11-27 19:31:11 +0000
commita887b22898359143c97df8f17df8fd6012286da4 (patch)
tree0abed91a24aeae1006d48698315ed4298c6a2a53 /lib/ExecutionEngine
parent3d83c3fd5cbc8b2268bd2ec46879cd4c04b9d32c (diff)
downloadexternal_llvm-a887b22898359143c97df8f17df8fd6012286da4.zip
external_llvm-a887b22898359143c97df8f17df8fd6012286da4.tar.gz
external_llvm-a887b22898359143c97df8f17df8fd6012286da4.tar.bz2
Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables
that have not yet been defined. Removed used of grep and sed when parsing the results of "nm". This was originally motivated because if the user has specified options to grep using the environment variable GREP_OPTIONS this could break the script. Piping through grep/sed/sort/uniq is also (to my understanding) not necessary, and the equivalent operations can be done much faster in the Perl script. Using a crude benchmark, these changes resulted in a 3x speedup in the execution of GenLibDeps.pl. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine')
0 files changed, 0 insertions, 0 deletions