1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Emit assembly language from the target...

llvm-svn: 640
This commit is contained in:
Chris Lattner 2001-09-19 13:56:47 +00:00
parent caed4f916d
commit d5ca24e73e

View File

@ -57,6 +57,7 @@ int main(int argc, char **argv) {
}
}
Target->emitAssembly(M.get(), cout);
return 0;
}