diff options
author | Michael Maitland <michaeltmaitland@gmail.com> | 2023-05-03 13:24:44 -0700 |
---|---|---|
committer | Michael Maitland <michaeltmaitland@gmail.com> | 2023-05-03 18:01:46 -0700 |
commit | 1c2b8129e99478a9b0222fc0aaf44a4a47e7ecd6 (patch) | |
tree | 2cbd46d044c5af01b82c892064a8ff491a45ecb3 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 2dc0fa050eff14fe5c4249fb44d42f29b41d5da4 (diff) | |
download | llvm-1c2b8129e99478a9b0222fc0aaf44a4a47e7ecd6.zip llvm-1c2b8129e99478a9b0222fc0aaf44a4a47e7ecd6.tar.gz llvm-1c2b8129e99478a9b0222fc0aaf44a4a47e7ecd6.tar.bz2 |
[llvm-mca] Fix duplicate symbols error
Parsing instruments and analysis regions causes us to see the same
labels two times since we parse the same file twice under the same
context.
This change creates a seperate context for instrument parsing
and another for analysis region parsing. I will post a follow up
commit once I get some free cycles to parse analysis regions and
instruments in one parsing pass under a single context.
Differential Revision: https://reviews.llvm.org/D149781
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions