[PATCH] D94735: CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with invalid location
    Joachim Protze via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Feb  5 14:52:26 PST 2021
    
    
  
protze.joachim added subscribers: jdoerfert, protze.joachim.
protze.joachim added a comment.
@jdoerfert  
This commit introduced the compile errors when OpenMP code is compiled with debug information. The symptom in llvm tests are the failing libarcher tests (which seem to be the only OpenMP test to be compiled with `-g -fopenmp`)
I have no idea how this patch is related to OpenMP codegen.
If anyone wants to have a look at a failing harbormaster example: https://reviews.llvm.org/harbormaster/unit/view/323409/
To reproduce the error manually:
  llvm-project/build/./bin/clang llvm-project/openmp/tools/archer/tests/races/task-two.c -I llvm-project/build/projects/openmp/runtime/src -g -fopenmp
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94735/new/
https://reviews.llvm.org/D94735
    
    
More information about the cfe-commits
mailing list