[all-commits] [llvm/llvm-project] aa7ae2: [llvm-symbolizer] Add missing include for config.h
Amy Huang via All-commits
all-commits at lists.llvm.org
Tue Dec 15 09:21:28 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa7ae25613da0322c77a2a19cadd950f21e74ee2
https://github.com/llvm/llvm-project/commit/aa7ae25613da0322c77a2a19cadd950f21e74ee2
Author: Amy Huang <akhuang at google.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
Log Message:
-----------
[llvm-symbolizer] Add missing include for config.h
The cmake variable LLVM_ENABLE_DIA_SDK was being used here but
was undefined because config.h wasn't included.
Differential Revision: https://reviews.llvm.org/D93309
More information about the All-commits
mailing list