[PATCH] D30750: Rename PT_NOTE namespace name used in AMDGPUPTNote.h
Konstantin Zhuravlyov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 11:43:36 PST 2017
kzhuravl accepted this revision.
kzhuravl added a comment.
This revision is now accepted and ready to land.
LGTM with a minor nit. Will you also be able to update opencl runtime once this change gets there?
================
Comment at: lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h:88
- void EmitAMDGPUNote(const MCExpr *DescSize, AMDGPU::PT_NOTE::NoteType Type,
+ void EmitAMDGPUNote(const MCExpr *DescSize, AMDGPU::AMD_PT_NOTE::NoteType Type,
function_ref<void(MCELFStreamer &)> EmitDesc);
----------------
Make sure the line is <80 cols.
https://reviews.llvm.org/D30750
More information about the llvm-commits
mailing list