[PATCH] D13804: AMDGPU/SI: Emit HSA kernels with symbol type STT_AMDGPU_HSA_KERNEL
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 18:27:45 PST 2015
tstellarAMD added inline comments.
================
Comment at: lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h:34
@@ -33,1 +33,3 @@
+
+ virtual void EmitAMDGPUSymbolType(StringRef SymbolName, unsigned Type) = 0;
};
----------------
arsenm wrote:
> Why does this need to be virtual?
This is the parent class.
http://reviews.llvm.org/D13804
More information about the llvm-commits
mailing list