Hi, I see https://reviews.llvm.org/D39079 add the support for `fno-plt` in frontend. But has no affect on asm code. https://discourse.llvm.org/t/bug-fno-plt-has-no-effect/57986 If I want to support `fno-plt` in clang like gcc, Where should I start?