summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-09-14 22:37:34 +0000
committerEric Fiselier <eric@efcs.ca>2017-09-14 22:37:34 +0000
commitc4600ccf891ca8290ee4fa0a3f2be235dd5963d0 (patch)
tree0928ec8a359b6cdaf969b060007135bd27f65b03 /clang/lib/Frontend/CompilerInvocation.cpp
parent49581583e22724a06fac06c9e4794fcb22cf2272 (diff)
downloadbcm5719-llvm-c4600ccf891ca8290ee4fa0a3f2be235dd5963d0.tar.gz
bcm5719-llvm-c4600ccf891ca8290ee4fa0a3f2be235dd5963d0.zip
Fix ASAN build with older compiler-rt versions.
compiler-rt recently added the __asan_handle_no_return() function that libc++abi needs to use, however older versions of compiler-rt don't declare this interface publicly and that breaks the libc++abi build. This patch attempts to fix the issues by declaring the asan function explicitly, so we don't depend on compiler-rt to provide the declaration. llvm-svn: 313308
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud