mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
The SemanticsContext is needed to analyze expression later in the lowering for directive languages. This patch allows to keep a reference of the SemanticsContext in the LoweringBridge. Building block for D131765 Reviewed By: razvanlupusoru Differential Revision: https://reviews.llvm.org/D131764