aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2024-05-08 10:28:54 -0600
committerGitHub <noreply@github.com>2024-05-08 10:28:54 -0600
commit8d9b15497d70ac782d7d01a2d606f9fec7e7f642 (patch)
treef59b44f2ffd65874b6df413ac2b4d5c7f2cc7f24 /llvm/lib/FileCheck/FileCheck.cpp
parentefad14954c9d5bdfaddaca948be6cd7e71a1d1b0 (diff)
downloadllvm-8d9b15497d70ac782d7d01a2d606f9fec7e7f642.zip
llvm-8d9b15497d70ac782d7d01a2d606f9fec7e7f642.tar.gz
llvm-8d9b15497d70ac782d7d01a2d606f9fec7e7f642.tar.bz2
Fix unused private field warning (#91500)
After 11a6799740f8 "[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.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions