Fix codegen for initialization of global atomics
This amends 2e275e24. That commit added a null to pointer cast kind when determining whether the expression can be a valid constant initializer, but failed to update the constant expression evaluator to perform the evaluation. This commit updates the constant expression evaluator to handle that cast kind.
Loading
Please sign in to comment