Use a switch instead of a simple condition in force_interface_symbols().
authorAlexander Potapenko <glider@google.com>
Thu, 9 Aug 2012 09:46:12 +0000 (09:46 +0000)
committerAlexander Potapenko <glider@google.com>
Thu, 9 Aug 2012 09:46:12 +0000 (09:46 +0000)
commitba6174889ceefa5e000f5da1e31257ec131245b0
treedd405350cbd60267dde02ce0388bfd62e3a50e84
parent65b9acf0afce2e34259c4ca557196bd7445b7e80
Use a switch instead of a simple condition in force_interface_symbols().
Otherwise Clang eliminates everything after the first interface symbol that is marked noreturn.

llvm-svn: 161573
compiler-rt/lib/asan/asan_rtl.cc