mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 00:06:50 +00:00
[emamples][OrcV2Examples] Fix a missing newline in LLJITRemovableCode output.
This commit is contained in:
parent
76f0d186d6
commit
d467396ae0
@ -92,7 +92,7 @@ int main(int argc, char *argv[]) {
|
||||
auto PrintSymbol = [&](StringRef Name) {
|
||||
dbgs() << Name << " = ";
|
||||
if (auto Sym = J->lookup(JD, Name))
|
||||
dbgs() << *Sym;
|
||||
dbgs() << *Sym << "\n";
|
||||
else
|
||||
dbgs() << "error: " << toString(Sym.takeError()) << "\n";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user