It appears that llvm uses unbuffered C++ streams. So, we should not
mix C and C++ stream operations, because that will give us mixed
up output.
Details
Details
- Reviewers
efriedma jdoerfert Meinersbur gareevroman sebpop • zinob huihuiz pollydev grosser singam-sanjay philip.pfaffe - Commits
- rG936c74ad0d59: [PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]
rL336288: [PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]
rPLO336288: [PPCGCodeGen] Change printf to outs() to prevent garbled output. [NFC]
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
IMHO outs() is correct since the output was explicitly request by polly-acc-dump-code.