aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-03-28 00:47:13 +0000
committerRui Ueyama <ruiu@google.com>2015-03-28 00:47:13 +0000
commit483f05f49b6bcf54bcc12047761617fa71d946b3 (patch)
treed7720b96304577b16d23e422e1405b59bc696b8c /clang/lib/Frontend/CompilerInstance.cpp
parentbea7dfbc5e8f464506e18556aed7738a0be7c419 (diff)
downloadllvm-483f05f49b6bcf54bcc12047761617fa71d946b3.zip
llvm-483f05f49b6bcf54bcc12047761617fa71d946b3.tar.gz
llvm-483f05f49b6bcf54bcc12047761617fa71d946b3.tar.bz2
ELF: Do less if HAVE_CXXABI_H is not defined.
If HAVE_CXXABI_H is not defined, this function is the identity function. Because HAVE_CXXABI_H did not protect the entire function, it did extra stuffs before returning the argument. The new code calls fewer functions. This should help developers understand this piece of code. llvm-svn: 233460
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions