mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
0d9f29a357
Currently we have to override all macros that are declared. But in many cases it is convenient to use default values and to override only a particular one or two. This provides a way to set a default value for any macro: ``` Symbols: - Name: [[FOO=foo]] ``` Differential revision: https://reviews.llvm.org/D82455 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
yaml2obj.cpp |