mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[ORC] Remove a stray debugging output line left in a unit test.
llvm-svn: 341155
This commit is contained in:
parent
1ab714eeff
commit
301ecc5e4a
@ -27,7 +27,6 @@ TEST_F(LegacyAPIsStandardTest, TestLambdaSymbolResolver) {
|
||||
auto Resolver = createSymbolResolver(
|
||||
[&](const SymbolNameSet &Symbols) {
|
||||
auto FlagsMap = JD.lookupFlags(Symbols);
|
||||
llvm::dbgs() << "FlagsMap is " << FlagsMap << "\n";
|
||||
SymbolNameSet Result;
|
||||
for (auto &KV : FlagsMap)
|
||||
if (!KV.second.isStrong())
|
||||
|
Loading…
Reference in New Issue
Block a user