SRI-CSL/whole-program-llvm

how to use wllvm to compile firefox?

Closed this issue · 4 comments

firefox do not give a configure file. How should i compile firefox use wllvm

Isn't firefox written in rust?

Isn't firefox written in rust?

rust only accounts for a small part of firefox, and c\c++ accounts for the vast majority

Well it should be possible. I'm not going to try though. First see if you can build it with clang. You should be able to google that. Then the rest should be straightforward.

thank you very much