[OPENMP] Do not mark local variables as declare target.
When the parsing of the functions happens inside of the declare target region, we may erroneously mark local variables as declare target thought they are not. This attribute can be applied only to global variables. llvm-svn: 336592
Loading
Please sign in to comment