-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
compiler-rt:cfiControl Flow IntegrityControl Flow IntegrityquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
1、Do we need to open cfi for all static libraries that the shared library (which enable cfi)depends on?
2、If a static library has cfi turned on, do we need to turn on cfi for all shared libraries that contain it?
In our practice if we don't open cfi for the static library that the shared library (which enable cfi)depends on, we will have a cfi check failed, the cfi_check don't know the vtable which is exist in the static library
Metadata
Metadata
Assignees
Labels
compiler-rt:cfiControl Flow IntegrityControl Flow IntegrityquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!