[PATCH] D43002: Emit S_OBJNAME symbol in CodeView
Mathieu Peloquin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 20 13:33:53 PDT 2020
mathieupelo added a comment.
Hello, I as requested placed the outputfile name in the MCTargetOptions.h. However, I encountered an issue. @rnk
I didn’t find any way to go back to MCTargetOptions.h from the CompilerInvocation.cpp. I understand it would make sense that there is one somewhere, but I can’t find it. Do any of you know how I’m supposed to access the MCTargetOption? Should I create my own way there?
Sorry to waste your time and maybe the answer is simple to answer but I’m fairly new to this code so there is some aspects of the code I dont fully understand.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D43002/new/
https://reviews.llvm.org/D43002
More information about the llvm-commits
mailing list