This diff include changes to clang Driver related to previous modifications in compiler-rt: https://reviews.llvm.org/D28359
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I am not a fan of any such changes as they complicate things further.
Also, will the GCC build system and GCC driver have to change as well?
Does it actually fix any problem that exists today?
Comment Actions
also, what about shared-libasan? Do we split san_common into separate shared library, too?
Comment Actions
Thanks for your comments.
I took a different direction, so I will abandon this diff since I don't need these changes any more.
Thanks.