summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/StructuredData.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2018-12-12 23:57:21 +0000
committerShoaib Meenai <smeenai@fb.com>2018-12-12 23:57:21 +0000
commit95f6875187ced81bd47b74e50a3e2ed42ed38054 (patch)
tree30df0a17da87e6f433e2980acd532b5415da4653 /lldb/source/Utility/StructuredData.cpp
parentd001e0e0f47c4f53f4212b49f24cffb1bb4904dd (diff)
downloadbcm5719-llvm-95f6875187ced81bd47b74e50a3e2ed42ed38054.tar.gz
bcm5719-llvm-95f6875187ced81bd47b74e50a3e2ed42ed38054.zip
[gn build] Fix defines define on Windows
On Windows, we won't go into the `host_os != "win"` block, so `defines` won't have been defined, and we'll run into an undefined identifier error when we try to later append to it. Unconditionally define it at the start and append to it everywhere else. Differential Revision: https://reviews.llvm.org/D55617 llvm-svn: 348993
Diffstat (limited to 'lldb/source/Utility/StructuredData.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud