mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
MSVC warning fixes; patch by Stein Roger!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -129,7 +129,7 @@ int main(int argc, char **argv) {
|
||||
errs() << "Tool execution error: " << TEE.what() << '\n';
|
||||
} catch (const std::string& msg) {
|
||||
errs() << argv[0] << ": " << msg << "\n";
|
||||
} catch (const std::bad_alloc &e) {
|
||||
} catch (const std::bad_alloc&) {
|
||||
errs() << "Oh no, a bugpoint process ran out of memory!\n"
|
||||
"To increase the allocation limits for bugpoint child\n"
|
||||
"processes, use the -mlimit option.\n";
|
||||
|
||||
Reference in New Issue
Block a user