[OPENMP] Do not capture local static variables.
Previously we may erroneously try to capture locally declared static variables, which will lead to crash for target-based constructs. Patch fixes this problem. llvm-svn: 315076
Loading
Please sign in to comment