xiangzhai / dragonegg

DragonEgg has been migrated to GCC 8 and LLVM 6 but also able to work for GCC 4.8 and LLVM 3.3
https://gcc.gnu.org/ml/gcc/2017-08/msg00245.html
GNU General Public License v2.0
18 stars 6 forks source link

Migrate formatted_raw_ostream #7

Closed xiangzhai closed 7 years ago

xiangzhai commented 7 years ago

TargetMachine->addPassesToEmitFile the type of argument 2 had been changed from formatted_raw_ostream to raw_pwrite_stream, the how to migrate it?