Files
clang-p2996/clang/lib/CodeGen/CodeGenAction.cpp
Justin Bogner 8d9b15497d Fix unused private field warning (#91500)
After 11a6799740 "[clang][CodeGen] Omit pre-opt link when post-opt is
link requested (#85672)" I'm seeing a new warning:

> BackendConsumer.h:37:22: error: private field 'FileMgr' is not used
[-Werror,-Wunused-private-field]

Remove the field since it's no longer used.
2024-05-08 10:28:54 -06:00

46 KiB