This patch fixes the bug in the ptxas tool with the processing of bytes
separated by the comma symbol. The emission of the packed string is
temporarily disabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This patch fixes the bug in the ptxas tool with the processing of bytes
'works around' may be a better match as the ptxas still has the bug.
lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | ||
---|---|---|
106–127 ↗ | (On Diff #189901) | I'd use #if 0 to disable the code. |