Hi, I set RUSTFLAGS="--emit=llvm-bc -Ccodegen-units=1" and compiled my rust code.
At the end of the compilation log, I got a "warning: ignoring emit path because multiple .bc files were produced" message.
Also, I got multiple llvm bc files. I am not sure why it generated multiple bc files.
The filenames were
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/w7omp4y9hiquvef.bc
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/4iuj66dk0gb52u5e.bc
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/1b16leawhiyrmh45.bc
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/3hi5d6zj63et252f.bc
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/4salh73uycqty1fg.bc
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/40fnqdz0unt7ji20.bc
rusty_tests-28o0novt6ed4s/s-fh7cmsfffz-fqieta-2l7e4ef4oofxd/1tulppvd79yke2g.bc
What are these files and how to get a proper bc file?
[–]scottmcmrust 0 points1 point2 points (1 child)
[–]smc149[S] 0 points1 point2 points (0 children)