[PATCH] D13804: AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNEL
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 13:52:58 PDT 2015
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h:34
@@ -33,1 +33,3 @@
+
+ virtual void EmitAMDGPUSymbolType(StringRef SymbolName, unsigned Type) = 0;
};
----------------
Why does this need to be virtual?
http://reviews.llvm.org/D13804
More information about the llvm-commits
mailing list