Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix PchInstantiateTemplates case on macOS with CMAKE_OSX_ARCHITECTURES | Brad King | 2020-09-11 | 1 | -2/+2 |
| | | | | | | Update the test added by commit 8c8f03422e (PCH: Template instantiation support, 2020-08-28) to recognize flags on PCH files whose names include the architecture. This occurs when `CMAKE_OSX_ARCHITECTURES` is set. | ||||
* | PCH: Template instantiation support | Tobias Hieta | 2020-09-02 | 1 | -0/+17 |
Adds PCH_INSTANTIATE_TEMPLATES target property for enabling template instantiation in precompiled headers. Enabled by default. Currently only supported for Clang 11 and newer. Implements #21133. |