[PATCH] D87946: [OpenMP] Add Location Fields to Libomptarget Runtime for Debugging
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep 21 13:41:05 PDT 2020
    
    
  
jdoerfert added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:446
+/// from
+/// https://github.com/llvm/llvm-project/blob/master/openmp/runtime/src/kmp.h
 enum OpenMPLocationFlags : unsigned {
----------------
A lot here seems unrelated. Did you clang format the file? I use the clang format patch tool.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87946/new/
https://reviews.llvm.org/D87946
    
    
More information about the llvm-commits
mailing list