mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Disable the 'WARNING: Found global types that are not compatible' warning
that always prints when linking programs to libstdc++ :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1155d31ef6
commit
23367a779c
@ -247,7 +247,7 @@ static bool ProcessGlobalsWithSameName(Module &M, TargetData &TD,
|
||||
}
|
||||
}
|
||||
|
||||
if (!DontPrintWarning) {
|
||||
if (0 && !DontPrintWarning) {
|
||||
std::cerr << "WARNING: Found global types that are not compatible:\n";
|
||||
for (unsigned i = 0; i < Globals.size(); ++i) {
|
||||
std::cerr << "\t";
|
||||
|
Loading…
x
Reference in New Issue
Block a user