diff options
author | Shoaib Meenai <smeenai@fb.com> | 2018-12-12 23:57:21 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2018-12-12 23:57:21 +0000 |
commit | 95f6875187ced81bd47b74e50a3e2ed42ed38054 (patch) | |
tree | 30df0a17da87e6f433e2980acd532b5415da4653 /lldb/source/Utility/StructuredData.cpp | |
parent | d001e0e0f47c4f53f4212b49f24cffb1bb4904dd (diff) | |
download | bcm5719-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