https://bugs.llvm.org/show_bug.cgi?id=35182

            Bug ID: 35182
           Summary: Merge r315578 into the 5.0 branch: Fix PR34925: Fix
                    getting thread_id lvalue for inlined regions in C.
           Product: OpenMP
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Clang Compiler Support
          Assignee: unassignedclangb...@nondot.org
          Reporter: hah...@hahnjo.de
                CC: a.bat...@hotmail.com, llvm-bugs@lists.llvm.org,
                    tstel...@redhat.com
            Blocks: 34492

If we try to get the lvalue for thread_id variables in inlined regions,
we did not use the correct version of function. Fixed this bug by adding
overrided version of the function getThreadIDVariableLValue for inlined
regions.


Referenced Bugs:

https://bugs.llvm.org/show_bug.cgi?id=34492
[Bug 34492] [meta] 5.0.1 Release Blockers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to